@charset "utf-8";
/* CSS Document */
div.candidateGroup{
	width:196px;
	height:20px;
	padding:5px;
	border:1px solid #BBB;
	margin:1px;
	background:#F6F6F6;	
	text-align:center;
}
div.candidate{
	width:196px;
	height:20px;
	float:right;
	padding:5px;
	border:1px solid #CCC;
	margin:1px;
	background:#FFF;
}
div.candidateOn{
	border:1px solid #930;
	background:#f6f6f6;
	cursor:pointer;
}
div.candidateSelected{
	border:1px solid #060 !important;
	background:#9AED9C !important;
	color:#060 !important;
}
div.candidate input{
	float:right;
}
div.candidate span{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
	display:block;
	width:130px;
	text-align:right;
	float:right;
	color:#339;
}
div.candidate div{
	float:right;
	text-align:center;
}
div.errorBox{
	width:250px;
	margin:0 auto;
	padding:8px;
	background:#FFD7D7;
	border:2px solid #F00;
	color:#900;
	text-align:center;
	direction:rtl
}