/* ----- Main Body ----- */

body, html {
	background-color: #ffffff;
}

body {
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
}


/* ----- Page General Styles ----- */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 10px;
}

/* ----- Template ----- */

.clear {
	clear: both;
}


/* ----- Test Page ----- */

.page-placement_test .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ee3123;
	padding: 10px;
}

/* Header */

.page-placement_test .logo {
	margin-bottom: 10px;
}

.page-placement_test h1 {
	color: #ee3123;
	font-size: 25pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-placement_test .section h2 {
	background-color: #ee3123;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	padding-left: 6px;
	margin-bottom: 8px;
}

/* Errors */

.error_container {
	margin-bottom: 10px;
}

.error_container .errormsg {
	background-color: #F2695E;
	font-weight: bold;
	color: #ffffff;
	border: 1px dashed #ffffff;
	margin-bottom: 3px;
	padding: 3px;
}

/* Contact Information */

.page-placement_test .contactinfo .group {
	margin-bottom: 10px;
}

.page-placement_test .contactinfo .group .left {
	width: 100px;
	text-align: left;
	float: left;
	padding-right: 10px;
}

.page-placement_test .contactinfo .group .standardlabel {
	color: #ee3123;
	font-weight: bold;
}

.page-placement_test .contactinfo .group .right {
	width: 200px;
	float: left;
}

.page-placement_test .contactinfo .standardtxt {
	width: 200px;
}

.page-placement_test .contactinfo .intro {
	color: #ee3123;
	font-style: italic;
}

/* Questionnaire */

.page-placement_test .questions .group {
	margin-bottom: 30px;
}

.page-placement_test .questions .group-info {
	color: #ee3123;
	font-weight: bold;
}

.page-placement_test .questions .group-info .example {
	font-weight: normal;
	color: #000000;
}

.page-placement_test .questions .group-info .example .keyword {
	color: #555555;
	margin-left: 0;
	margin-bottom: 0;
}

.page-placement_test .questions .question {
	color: #ee3123;
	margin-bottom: 10px;
	display: block;
}

.page-placement_test .questions .answer {
	margin-left: 20px;
	display: block;
}

.page-placement_test .questions .answer-nonumber {
	margin-left: 0;
}

.page-placement_test .questions .keyword {
	margin-bottom: 10px;
	color: #555555;
	margin-left: 20px;
}

.page-placement_test .questions .intro {
	color: #ee3123;
	margin-bottom: 30px;
}

.page-placement_test .questions .intro, .page-placement_test .questions .outro {
	font-style: italic;
}

.page-placement_test .questions .standardtxt {
	width: 150px;
}

.page-placement_test .questions .standardtxtarea {
	width: 677px;
}

/* Success */

.page-placement_test .success {
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
}
div.error{
    color:red;
    float:right;

}
