p,li,div,a,img,span,html,body,h3 {margin: 0px; padding: 0px;}

html {
	min-width: 325px;
	width: 100%;
	height: 400px;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 20px;
	min-width: 325px;
	width: 100%;
	height: 400px;
	position: relative;
}

table {
	position: absolute;
	top: 100px;
	padding: 0;
	margin: 0;
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
}

td, tr {
	border: 0;
}

.border-top {
	position: absolute;
	top: 96px;
	width: 100%;
	height: 4px;
	background-color: white;
}

.overlay {
	width: 100%;
	height: 29px;
}

.overlay1 {
	background-color: #000000;
}

.overlay2 {
	background-color: #000027;
}

.overlay3 {
	background-color: #000d5d;
}

.overlay4 {
	background-color: #335f93;
}

.overlay5 {
	background-color: #b3c3d7;
}

.overlay6 {
	background-color: #f2f2f2;
}

.overlay7 {
	background-color: #ffdfc1;
}

.overlay8 {
	background-color: #ffab59;
}

.overlay9 {
	background-color: #fd7f07;
}

.overlay10 {
	background-color: #fd5500;
}

.overlay11 {
	background-color: #fd2b00;
}

.introvert {
	background: url("../images/introvert.png") top left no-repeat;
	width: 90px;
	height: 21px;
	top: 35px;
	left: 20px;
	position: absolute;
}

.extrovert {
	background: url("../images/extrovert.png") top left no-repeat;
	width: 92px;
	height: 23px;
	top: 35px;
	right: 20px;
	position: absolute;
}

.markers {
    height: 50px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 100%;
}

.marker {
	top: 42px;
}

.middle {
	background: url("../images/middle_marker.png") top left no-repeat;
	width: 49px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
}

.introvert-marker {
	position: absolute;
	background: url("../images/introvert_marker.png") top left no-repeat;
	width: 48px;
	height: 51px;
	left: 5.55%;
	top: 0px;
	margin-left: -24px;
}

.extrovert-marker {
	position: absolute;
	background: url("../images/extrovert_marker.png") top left no-repeat;
	width: 48px;
	height: 51px;
	left: 55.55%;
	top: 0px;
	margin-left: -24px;
}

#footer_score {
	padding: 0 12px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;	
}

#footer_message {
	padding: 0 12px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style:italic;
	color: #8c8c8c;
}

#retake_link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #003678;
	margin: 0 auto;
	font-weight: bold;
	text-decoration:underline;
	padding-top: 235px;
	text-align: center;
}

#results_header {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #000000;
	padding: 24px 0 0 12px;
}

.results_message_introvert {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #003678;
	padding: 10px 0 0 12px;
	font-weight: bold;
}

.results_message_middle {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #000000;
	padding: 10px 0 0 12px;
	font-weight: bold;
}


.results_message_extrovert {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #ed7b0e;
	padding: 10px 0 0 12px;
	font-weight: bold;
}


#start {
	background-color: #e5e5e5;
	min-width: 325px;
	width: 100%;
	height: 400px;
	position: absolute;
}

#start img {
	width: 325px;
	height: 352px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#start_view_image {
	background: url("../images/welcome_screen.png") top left no-repeat;	
	width: 325px;
	height: 352px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#start_disclaimer {
	width: 120;
	height: 10px;
	padding: 80px 6px 0 6px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	line-height:115%;
}

.powered_by_vs {
	width: 100;
	height: 10px;
	position: absolute;
	top: 330px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#take_the_quiz_btn {
	background: url("../images/take_the_quiz_btn.png") top left no-repeat;
	width: 160px;
	height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.blue_bar {
	position: absolute;
	bottom: 0;
	padding-top: 6px;
	width: 100%;
	height: 42px;
	background: url("../images/blue_bar.png") top left repeat-x;	
}

.page {
	display: none;
	background-color: #e5e5e5;
	/*background: url("../images/powered_by_vs.png") #e5e5e5 right 335px no-repeat;*/
	min-width: 325px;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}

.page h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin: 5px;
	color: #3e3e3e;
}

.page p {
	text-align: center;
	margin: 5px;
	color: #3e3e3e;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

.answers {
	margin-top: 20px;
	padding: 3px 3px 3px 80px;
	width: 230px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

.radiobox {
	background: url("../images/radio_btn.png") top left no-repeat;
	color: #3e3e3e;
	text-decoration: none;
	width: 50px;
	height: 16px;
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
}

.selected {
	background: url("../images/radio_btn_selected.png") top left no-repeat;
}

.navigation {
	width: 325px;
	margin-left: auto;
	margin-right: auto;	
}

.nav_btn {
	width: 60px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: 14px;
	zoom: 1;
	float: left;
}

.info {
	float: left;
	display: block;
	text-align: center;
	width: 187px;
	line-height: 35px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}

.prev_btn {
	padding-left: 5px;
	text-align: left;
}

.next_btn {
	text-align: right;
	padding-right: 5px;
	float: right;
}

.disabled {
	color: #999999;
	opacity: 0.5;
}
