
.qlist {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.5;
}

.qlist .info .header_container {
	background-image: url(qlist/answer_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border:1px solid #FFFFFF;
	padding:10px;
}

.qlist .info .boder_container {
	border:1px solid #00A0E9;
	padding:0px;
	margin:10px 20px;
}
.qlist .info .header_text {
	font-size:16px;
	border-left:solid 2px #00A0E9;
	border-right:solid 2px #00A0E9;
	padding:0 10px;
	/*font-weight:bold;*/
}
.qlist .alert .header_container {
	background-image: url(qlist/alart_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border:1px solid #FFFFFF;
	padding:10px;
}

.qlist .alert .boder_container {
	border:1px solid #E62799;
	padding:0px;
	margin:10px 20px;
}
.qlist .alert .header_text {
	font-size:16px;
	border-left:solid 2px #E62799;
	border-right:solid 2px #E62799;
	padding:0 10px;
	/*font-weight:bold;*/
}

.qlist .question_container {
	/*border-bottom:1px solid #CCECFB;*/
	background-image: url(qlist/container_bg.png);
	background-repeat:repeat-x;
	padding-right:40px;
	padding-top:18px;
	padding-bottom:12px;
}

.qlist .question_number {
	color:#00A0E9;
	font-weight:bold;
	font-size:16px;
	padding-left:33px;
	width:57px;
	background-image: url(qlist/number_bg.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	float:left;
}

.qlist .question_main {
	color:#00A0E9;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #00A0E9;
	margin-left:90px;
}

.qlist .question_sub {
	margin-left:90px;
}

.qlist .explanation_container {
	background-image: url(qlist/answer_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border:1px solid #FFFFFF;
	padding:10px;
}

.qlist .boder_e_container {
	margin-left:90px;
	border:1px solid #00A0E9;
	padding:0px;
	clear:both;
}
.qlist .explanation_answer {
	font-size:11px;
/*	color:#E5004F;*/
	color:#E62799;
	font-weight:bold;
	/*margin-bottom:10px;*/
}

.qlist .answers_container {
	margin:10px 0;
/*	border:solid 1px #F00;*/
/*	height:100%;
	width:100%;*/
	overflow:hidden;
}

.qlist .correct {
	background-image: url(qlist/correct.png);
	background-repeat:no-repeat;
	width:62px;
	height:62px;
	margin:auto;
}

.qlist .wrong {
	background-image: url(qlist/wrong.png);
	background-repeat:no-repeat;
	width:62px;
	height:62px;
	margin:auto;
}
.qlist .none 
{
    display:none;
}

/*------------------------------------------------------*/
.qlist .answers_checkbox {
/*	border-left:solid 5px #CCECFB;*/
	border-left:solid 3px #00A0E9;
	padding-left:10px;
	margin:0px;
	list-style:none;
	overflow:hidden;/*clearfix*/
	height:100%;/*IE6hack*/
	font-size:14px;
}

.qlist .answers_checkbox li{
	display:block;
	float:left;
	margin-right:50px;
}
/*------------------------------------------------------*/
.qlist .answers_checkbox_list {
/*	border-left:solid 5px #CCECFB;*/
	border-left:solid 3px #00A0E9;
	padding-left:10px;
	margin:0px;
	list-style:none;
	overflow:hidden;/*clearfix*/
	height:100%;/*IE6hack*/
	font-size:14px;
}

.qlist .answers_checkbox_list li:first-child
{
    border-top:none;

}
.qlist .answers_checkbox_list li
{
    border-top:dotted 1px silver; 
    padding-top:4px;

}
/*------------------------------------------------------*/
.qlist .answers_button {
/*	border-left:solid 3px #00A0E9;*/
	padding-left:0px;
	margin:0px;
	list-style:none;
	overflow:hidden;/*clearfix*/
	height:100%;/*IE6hack*/
	font-size:14px;
}

.qlist .answers_button li{
	display:block;
	float:left;
	margin:5px;
	margin-left:0px;
}
.qlist .answers_button li input[type=button],.qlist .answers_button li input[type=submit]
{
    border : solid 1px #00A0E9;
    background-image:url(qlist/button.png);
    color:#333;
    height:30px;
    letter-spacing:0px;
	font-size:11px;
	overflow:visible;
	padding-left:4px;
	padding-right:4px;
}

.qlist .answers_button li input[type=button]:hover, .qlist .answers_button li input[type=submit]:hover
{
    background-image:url(qlist/button_over.png);
}
.qlist .answers_button li input[type=button][disabled],.qlist .answers_button li input[type=submit][disabled]
{
 
	background-image:url(qlist/button.png);
    color:#DDD;
    height:30px;
}
.qlist .answers_button li input[type=button].clear_button
{
    border : solid 1px #00A0E9;
    background-image:url(qlist/clear_button.png);
    color:#333;
    height:30px;
    letter-spacing:2px;
	font-size:14px;
	padding-left:30px;
}
.qlist .answers_button li input[type=button].clear_button:hover
{
    background-image:url(qlist/clear_button_over.png);
}
.qlist .comp_answers_area{
	border-left : solid 3px #00A0E9;
/*	background-color:#CCECFB;*/
	padding:0px;
}
.qlist .comp_answers_area .answers{
	font-size:11px;
    border : solid 1px #00A0E9;
	padding:5px;
	margin-left:10px;
	margin-bottom:4px;
}