@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#daword{
	color:#999;
	padding-top:25px;
}
#daword a{
	color: #999;
}
#panel{
	margin:auto;
	width:320px;
	height:240px;
	background:url(../images/judge.jpg) center top no-repeat;
}
#judge {
	padding-top:35px;
}
#judge li{
	color:#333;
	background:#F0F0F0;
	list-style:none;
	float:left;
	margin:13px;
	padding:5px;
	text-align:center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor:pointer;

}
#judge li:hover{
	background:#FFF;
}

#judge li.positive:hover{
	background:#C6FFDA
}
#judge li.negative:hover{
	background:#FFE6E6
}

#copy{
	padding-top:20px;
	font-family:Georgia, Times;
	font-size:18px;
	width:300px;
	margin:auto;
}

#dictionary{
	color:#999;
	padding-top:20px;
	font-family:Georgia, Times;
	font-size:35px;
	width:300px;
	margin:auto;
}
