body{
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 0 5px;
}

.header{
	color:#4779B6;
	font-size:24px;
	font-weight:normal;
	margin-bottom:15px;
}

.title{
	color:#4779B6;
	font-size:18px;
	font-weight:normal;

}

.examcheckall {
	font-style:italic;
	font-weight:bold;
	margin:0 5px 5px;
}

.Survey .question{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
line-height: 16px;
	color: #000000;
	padding-left: 5px;
}
.Survey .answer{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
	padding-left: 5px;
}
.surveycorrect
{
background: url(../images/accept.png) no-repeat;
	font-weight: bold;
	padding-left: 20px;	
	color: #009900;
}
.surveywrong
{
	background: url(../images/exclamation.png) no-repeat;
	font-weight: bold;
	padding-left: 20px;	
	color: #ff0000;
}


input[type=submit]{
	padding:3px 10px; background:#3d3d3d; border: none; color:#FFF;
}

.cthumb{
	float: left!important;
}


.cdetail{
	margin:3px 0;
}
.cdetail label{
	
	font-weight: bold;
	float: none;
	width: auto;
}

.clearboth{
	clear: both;
}
