.math_test_task_answer_fields input[type=text] {
	width: 30em;
}
#math_test_icon {
	
	background:url("../mticon.png") no-repeat transparent;
	
}

.math_test_admin_task_wrap {
	
	background-color:#F5F5F5;
	border:solid;
	border-color:#CCC;
	border-width:1px;
	margin:20px;
	margin-left:0px;
	margin-right:0px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.math_test_admin_task_right {
	
	color:#006600;
	
}

.math_test_admin_task_wrong {
	
	color:#660000;
	
}

.math_test_admin_task_wrong p br {
	
	display:none;
	
}

.math_test_admin_notice {

	color:#777;
	font-weight:bold;
	margin:0px;
	background-color:#EEEEFF;
	border-color:#CCC;
	border:solid;
	border-width:1px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.math_test_task_submit {
	
	background-color:#AAAAF5;
	border:solid;
	border-color:#AAC;
	border-width:1px;
	margin:10px;
	margin-left:0px;
	margin-right:0px;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-weight:bold;
	font-size:large;
	
}

.math_test_error {
	
	color: #900;
	font-weight: bold;
	margin-top: 15px;
	
}

.math_test_title_edit {
	
	font-style:italic;
	font-size:x-large;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.math_test_note {
	
	font-style:italic;
	color:#666;
	
}

.math_test_task_title {
	
	float:left;
	font-weight:bold;
	font-size:large;
	padding-top:4px;
	
}

.math_test_task_points {
	
	float:left;
	margin-left:15px;
	
}

.math_test_delete_task_button {
	
	float:right;
	font-weight:bold;
	
}

.math_test_task_text_field {
	
	margin-top:50px;
	margin-bottom:20px;
	
}

.math_test_task_field_title {
	
	font-style:italic;
	margin-bottom:5px;
	
}

.math_test_task_answer_fields {
	
	margin-bottom:15px;
	
}

.math_test_answers_table {

	border:none!important;
	margin:0px!important;
	width:100%;

}

.math_test_answers_table tr td {

	border:none!important;
	margin:0px!important;
	padding:2px!important;

}

.math_test_answers_table label br{

	display:none;

}

.math_test_answers_table label{

	color:#000;

}

.math_test_edit_answers_table {

	width:100%;

}

.math_test_radio_answers input {

	border:none;
	width:15px;
	color:#FFF;

}

.math_test_edit_answers_table tr td {

	vertical-align:top;
	width:50%;

}

.math_test_test_header {

	margin-top:0px!important;
	margin-bottom:10px!important; 
	float:left;

}