/**
 * CSS
 */

#test_header {
	margin-left: 0;
	padding: 0;
}
#test_header td {
/*	padding: 12px; */
}
#test_header td h2 {
	margin-top: 0;
	padding: 0;
}
#test_header td.info {
/*	width: 70px; */
	vertical-align: top;
	text-align: center;
/*	border-right: 2px solid silver; */
}
#body .vote {
	float: none;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

#test_header div.worktime {
	background: url(../images/background_time.png) no-repeat center 0;
	margin-top: 12px;
	font-size: 0.8em;
}
#test_header div.worktime strong {
	color: white;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 8px;
}

#form_slide {
	position: relative;
/*	width: 95%; */
	overflow: hidden;
}
#form_slide .page {
	position: relative;
/*	width: 95%; */
	top: 0;
	left: 0;
	background: #fafafa;
}
#form_slide .error_msg {
	position: relative;
/*	width: 95%; */
	display: none;
	margin: 0;
}
#form_slide .margin {
	position: relative;
	height: 36px;
}
#form_slide .buttonarea {
	position: relative;
/*	width: 965px; */
	bottom: 0;
}
#form_slide .pagecount {
	position: absolute;
	right: 15px;
	top: 18px;
	font-size: 1.1em;
	color: #398dc8;
}


/* Tests */
form.test {
/*	border-top: 2px solid #59595C; */
}
form.test h3 {
	padding: 8px 12px 8px 22px;
	margin: 0 !important;
	display: block;
	background: url(../images/icn_test_16.png) no-repeat 0 9px;
}
form.test h3 span {
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 16px;
}
form.test {
	margin-top: 12px;
}
form.test fieldset {
	border: 0;
/*	border-top: 1px ridge silver; */
	padding: 14px;
	background: #fafafa;
	min-height: 23px;
}
form.test fieldset.odd {
	background: #f0f0f0;
}
form.test fieldset span.controls {
	margin-left: 0px;
	margin-right: 80px;
	white-space: nowrap;
	margin-bottom: 1px;
}
form.test fieldset span.controls label {
	white-space: nowrap;
}
form.test fieldset.error {
	background: #fff0f0 !important;
}

/* 
form.test input[type=radio],
form.test input[type=checkbox]
{
	margin-left: 12px;
	margin-right: 4px;
	height: 40px; 
	font-size:40px;
} */

form.test input[type=text] {
/*	width: 400px; */
}
form.test textarea {
/*	height: 48px; */
/*	width: 590px; */
	overflow: auto;
}

form.test label.checked
{
	font-weight: bold;
}
