body {
	background: #fff url('../img/bg.gif') repeat-x;
}
body,p,input,option,select {	
	font-family: "Lucida Grande","Lucida Sans Unicode","trebuchet ms",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #444;	
}
a {
	cursor: pointer;
}
img {
	border: 0;
}
select {
	border:1px solid #B5C9E3;
	background: transparent;
}
h1,h2 {
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
#header {
	margin: 40px auto;
	width: 860px;
	background: #e7f4fc;
}
#header h1 {
	font-size: 18px;
	color: #293b8a;
}
#header #logo {
	float: left;
}
#text_head {
	position: relative;
	right:0;
	text-align: right;
}
#test {
	background: url('../img/h600.png');
	border: solid 1px #ccc;
	border: 1px solid #777;
	height: 500px;
	margin: 10px auto;
	overflow:hidden;
	position:relative;
    width: 860px;
}
.question {
	line-height: 24px;
	height: 150px;
	margin: 0;
	padding: 0 20px 0 20px;
	width: 820px;
}
.question img {
	border: solid 1px #ccc;
	float: right;
	margin: 0 10px 0 10px;
}
table.selection {
	width: 330px;
}
table.selection td {
	line-height:22px;
}
.assessment label {
	width:110px;
	float:left;
}
.assessment {
	font-size:12px;
	height:100px;
}
.assessment td {
	line-height: 22px;
	background: #fff;
	padding: 6px;
}
#items .question p {
	background: #fff;
	padding: 2px 10px;
	width: 510px;
	font-weight: bold;
}
.items { 
    position:absolute;
    width:20000em;
}
.items div { 
    float:left; 
}
.items .question p {
	background: #fff;
	padding: 0 10px 0 10px;
}
#drawer {
    display: none;
    overflow:visible;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 2;
    background: #ddd;
    padding: 15px;
}
#actions {
	background: #fff;
	height: 28px;
	padding: 9px 0 5px 0;
	position:absolute;
	top: 458px;
	width: 860px;
}
#actions .prevPage {
	position: relative;
	left: 20px;
}
#actions .nextPage {
	position: relative;
	left: 710px;
}
#actions .nextStep {
	position: relative;
	left: 775px;
}
#actions .sendTest {
	position: relative;
	left: 648px;
}
button {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-outline-radius-bottomleft:4px;
	-moz-outline-radius-bottomright:4px;
	-moz-outline-radius-topleft:4px;
	-moz-outline-radius-topright:4px;
	background-color:#333366;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	height:24px;
	outline-color:#999999;
	outline-style:outset;
	outline-width:1px;
}
button.disabled {
	visibility:hidden !important;
}
.items h2,.assessment h2 {
	border-bottom: dotted 1px #ccc;
	font-size: 22px;
	color: #15b3be;
	margin: 20px 10px 20px 0;
	padding: 0 0 5px 0px;
}
.notice {
	background:#ff0000;
	height: 20px;
	padding: 5px 0 5px 20px;
	position:absolute;
	top:428px;
	width: 860px;
}
.notice h1 {
	color: #fff;
	font-size: 12px;
}
/* control file */
.td_a {
	background: #D0D9E7;
	padding: 5px;
}
.td_q {
	background: #fff;
	padding: 5px;
}
