@charset "utf-8";
/* CSS Document */
body {
	font-family:  Calibri, Arial, "Lucida Sans", Verdana;

}
#container {
	overflow: hidden;
	height: auto;
	min-height: 300px;
	width: 738px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;

}
#popup {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	visibility: visible;
	overflow-x: hidden;
	z-index: 99;
}

#form {
	height: 300px;
	width: 500px;
	overflow: auto;

}
a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #36C;
}
a:hover {
	text-decoration: underline;
	color: #39F;
}
a:active {
	text-decoration: none;
	color: #36C;
}
#form .testcontainer {
	font-family: Calibri, Verdana, Arial, "Lucida Sans";
	color: #000;
	height: auto;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
}
.testcontainer .header {
	background-image: url(img/2.0/head.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	width: 738px;
}



.testcontainer .header .headpshadow {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	position: absolute;
	top: 39px;
	left: 139px;
	word-spacing: 10px;	
}
.testcontainer .header .headp {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	position: absolute;
	top: 40px;
	left: 140px;
	word-spacing: 10px;

}

.testcontainer .body {
	background-image: url(img/2.0/shadow.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	min-height: 150px;
	width: 738px;
	position: relative;
}
.testcontainer .body #question {
	float: left;
	height: auto;
	min-height: 160px;
	width: 399px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 26px;
	right: auto;
	padding: 10px;
	background:#FFF;
	position: relative;
	border-right: #bdbdbd solid 1px;
	font-size: 16px;
	border-bottom: 1px solid #560048;

}
.testcontainer .body #answers {
	float: left;
	height: auto;
	width: auto;
	position: absolute;
	top: 0px;
	bottom: 133px;
	left: 446px;
	right: 26px;
	background:#ececec;
	padding-top: 10px;
	border-bottom: 1px solid #560048;
}
#answers .list {
	font-size: 15px;
	float: left;
	height: 26;
	width: 225px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: dashed 1px #bdbdbd;
	cursor: pointer;
	position: relative;
	left: -1px;

}
#answers .list:hover {
	background-image:url(img/2.0/arrow.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#answers .list_active {
	font-size: 15px;
	float: left;
	height: 26;
	width: 225px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: dashed 1px #bdbdbd;
	cursor: pointer;
	position: relative;
	left: -1px;
	background-image:url(img/2.0/arrow.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#answers .list_no {
	font-size: 15px;
	float: left;
	height: 26;
	width: 225px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: dashed 1px #bdbdbd;
	cursor: pointer;
	position: relative;
	left: -1px;

}

.testcontainer .body .downpart {
	float: left;
	height: auto;
	min-height: 100px;
	width: 686px;
	background:#740061;
	position: relative;
	left: 26px;

}
.testcontainer .body .message {
	float: left;
	height: auto;
	min-height: 115px;
	width: 523px;
	margin-top: 18px;
	background-color: #fff;
	border-right:  #3e0034 solid 1px;
}
.testcontainer .body .message .corner {
	background-image: url(img/2.0/corner.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 503px;
	height: 15px;
	position: relative;
	left: 1px;
	padding: 10px;
}
.testcontainer .body .message .corner p {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
.testcontainer .body .submitcontainer {
	height: auto;
	width: 140px;
	padding-left: 20px;
	float: left;
	margin-top: 38px;
}
.submitcontainer .next {
	background-image: url(img/2.0/nextQ.png);
	height: 39px;
	width: 126px;
	cursor: pointer;
}
.submitcontainer .next:hover {
	background-image: url(img/2.0/nextQ_hover.png);
}
.submitcontainer .cancel {
	background-image: url(img/2.0/cancel.png);
	height: 29px;
	width: 94px;
	cursor: pointer;
}
.submitcontainer .cancel:hover {
	background-image: url(img/2.0/cancel_hover.png);
}

.testcontainer .bottom {
	background-image: url(img/2.0/bottom.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 738px;
	float: left;
	background-position: 1px top;
}
#error {
	color: #fff;
	position: absolute;
	top: 45px;
	left: 500px;
	visibility: hidden;
}
.what {
	color: #939;
}