body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
    padding: 0px;
    margin: 0px;
}

h2 {
	font-size:18px; 
	font-weight:normal; 
	border-bottom:1px solid #3650A8; 
	padding-bottom:4px; 
	margin-bottom:12px;
	margin-top:0;
}
textarea{width: 320px;}
.clear{
    clear: both;
}

.fright {
	float:right;
}

.red {
	font-weight:bold; color:#a00;
}

.error {
	border:1px solid #fe5267;
	color:#000;
	background:#fec2c2;
	padding:5px;
	margin-bottom:8px;
}

.message {
	border:1px solid #52fe67;
	color:#000;
	background:#c2fec2;
	padding:5px;
	margin-bottom:8px;
}


#header {
	padding:8px;
	background:#3650a8;
	position:relative;
}

#header h1 {
	font-size:15px; font-weight:normal; float:right; margin:0; padding:12px; color:#fff;
}

#header p {
	color:#ddd; position:absolute; right:20px; top:40px; text-align:right;
}

#content {
	padding:16px 0px 16px 0px;
}

.test-time {
	background:#ddd;
	padding:12px; margin-bottom:12px;
	font-weight:bold;
	color:#c00;
}
.questions-list-wrap {
	/*float:right; width:320px;*/
	margin:0; padding:0;
}
.questions-list {
	/*float:right; width:320px;*/
	margin:0; padding:0;
}

.questions-list li {
	list-style:none;
	margin:0; padding:0;
}

.questions-list input {
	display:block; 
	float:left; 
	width:32px; 
	padding:8px;
	margin:4px;  
	border:1px solid #999999; 
	background:#eee; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	color:#666;
	text-decoration:none;
}

.questions-list input:hover {
	background:#ccc;
}

.questions-list input.done {
	background:#9aa7d3;
}

.question {
	/*margin-right:360px;*/
}

/*.question h2 {
	margin-right:200px;
}*/

.answer {
	/*background:#eee;*/
	padding:12px;
    float:left;
    min-width: 220px ;        
}
.answer-text{
    display: inline-block;
    
}

input.button {
	background:#6783be; border:1px solid black; padding:5px; font-weight:bold; color:#fff; margin-right:8px;margin-top: 8px;    
}

input.button:hover {
	background:#3650A8;
}

input.disabled {
	background:#aaa;  border:1px solid black; padding:5px; font-weight:bold; color:#fff; margin-right:8px;
}


.volume {
	width:300px; 
	background:url('../images/bg-volume.gif'); 
	height:20px; 
}

.volumeh {
	width:15px; 
	height:20px;
	background-color:#3650A8; 
	cursor:move;
}

.question-no {
	width:160px;
	float:right;
	text-align:center;
	padding:4px;
	font-size:18px;
	background:#9aa7d3;
	color:#fff;
    margin-top: -4px;
	
}

.tests-list td {
    background:#e1e5f2;
    border:1px solid #9aa7d3;
    padding:5px;
}


.tests-list th {
    background:#9aa7d3;
    border:1px solid #9aa7d3;
    font-weight:bold;
    text-align:left;
    color:#fff;
    padding:5px;
}

.fixed-th {
    width:650px;
}

.fixed-th th {
    width:200px;
}