.buttons_panel
{
	display: block;
	float: left;
}

.info_panel
{
	width: 100%;
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 25px;
}

.module_test 
{
	background-color: white;
   display: block;
   float: left;
   width: 100%;
}

.test_item 
{
	padding-bottom: 20px;
	position:relative;
}

.test_question
{
	color:#00008B;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:5px;
	display:block;
}

.test_answer
{
	display: block;
	float: left;
	clear:left;
}

.answer_right 
{
	width: 22px;
	height: 22px;
	padding: 0 5px 0 0;
	background: url(Images/answer_right.png) no-repeat;
	display: block;
	clear: left;
	float:left;
}
.answer_wrong
{
	width: 22px;
	height: 22px;
	padding: 0 5px 0 0;
	background: url(Images/answer_wrong.png) no-repeat;
	display: block;
	clear: left;
	float:left;
}
.answer_right_not_checked
{
	width: 22px;
	height: 22px;
	padding: 0 5px 0 0;
	background: url(Images/answer_not_checked.png) no-repeat;
	display: block;
	clear: left;
	float:left;
}
.answer_none
{
	width: 22px;
	height: 22px;
	padding: 0 5px 0 0;
	background-color: Transparent;
	display: block;
	clear: left;
	float:left;
}
.chb_label {
	width: 100%;
	height: 22px;
	line-height: 22px;
	float: none;
	text-align:left;
	padding: 0px 5px 3px 0px;
}

/* common settings checkbox and radiobutton */
.chb {
	height:auto;
	display:block;
	clear:left;
}
.chb input, selected { /*ie6*/
	-khtml-appearance: none;
	width: 22px;
	height: 22px;
	vertical-align: top;
}

.chb label {
	width: 100%;
	height: 22px;
	line-height: 22px;
	float: none;
	text-align:left;
	padding: 0px 5px 3px 0px;
}
