/* CSS definitions for TOP forms */

.question {
	font-weight:normal;
	font-size:17px;	
	color: #686d71;
}
.question-md {
	font-weight:normal;
	font-size:16px;	
	color: #686d71;
	
}
.question-lg {
	font-weight:normal;
	font-size:18px;	
	
}

.answer {
	margin-left:20px !important;
	
}

ul.answergroup {
	list-style-type: none;	
	/* width:900px; */
}

li.answergroup {
	float:left;
	width:42%;
	display:inline;
	font-weight:normal;
}

input.answergroup {
	height: 13px; padding:0; margin:3px; vertical-align: top;
}

body.top_form {
	height:100%;
}
div.top_holder {
	position: relative;
	overflow: auto; 
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.top_wrapper {
	position: relative;
	padding-top: 240px;
	padding-bottom: 100px;
	height: 100%; 
	margin-left: auto;
	margin-right: auto;
}

body.top_form {
	overflow: hidden;
	margin: 5px;
}

div.top_header {
	position: absolute;
	top:5px;
	left: 5px;
	width: 100%;
	height: 235px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; 
}

div.top_divbottom {
	position: absolute;
	top: 200px;
	height:4px;
	width:100%;
}

div.top_footer {
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
}

.top_footer>span {
	color:#888888;
}


.top_flag {
	color:#FC0307;
	font-weight:bolder;	
    font-size:22px;

hr.top_rule {
	color:#5083E3;
	border-color:#5083E3;
	background-color:#5083E3;
	height:1px;
	border-style: solid;
}

.top_answer {
	font-weight:normal;
}

.top_odd {
	background-color:#DDDDFF;
}

.top_message {
	height:7px; /*changed from 48px by BAP on 7-22-14 */
}
