@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #000;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	color: #5570A5;
	font-size: 17px;
}
a {
	color: #5570A5;
}
#container {
	width: 950px;
	height: 753px;
	position: relative;
	background: url('../images/bg.jpg') top left no-repeat #415584;
	margin: 0 auto;
	text-align: left;
	color: #000;
}
.leftColumn {
	width: 379px;
	height: 192px;
	padding: 30px 30px 30px 54px;
	position: absolute;
	top: 324px;
	left: 0;
	display: none;
}
.leftColumn h1 {
	font-size: 17px;
	margin-bottom: 15px;
}
.leftColumn p {
	margin-bottom: 15px;
}
.leftColumn.intro {
	background: url('../images/bg_left_white.png') top right no-repeat;
	color: #000;
	display: block;
	line-height: 21px;
}
.leftColumn.result {
	background: url('../images/bg_left_blue.png') top left no-repeat;
	color: #fff;
}
.leftColumn.result h2 {
	font-size: 45px;
	margin-bottom: 20px;
}
.leftColumn.result h3 {
	font-size: 23px;
	margin-bottom: 20px;
}
.leftColumn.result p {
	font-size: 20px;
}
.rightColumn {
	width: 376px;
	height: 253px;
	padding: 20px;
	position: absolute;
	top: 428px;
	left: 534px;
	color: #000;
	background: url('../images/bg_right_white.png') top left no-repeat;
	display: none;
}
.rightColumn h3 {
	font-size: 17px;
	margin-bottom: 15px;
}
.rightColumn p {
	margin-bottom: 15px;
}
.rightColumn.intro {
	padding: 30px;
	color: #000;
	display: block;
}
.rightColumn.intro h2 {
	font-size: 20px;
	margin-bottom: 30px;
}
.rightColumn.quiz {
	
}
.rightColumn.quiz dl {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 20px;
}
.rightColumn.quiz dt {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
.rightColumn.quiz dd {
	margin-bottom: 2px;
}
.rightColumn.quiz a {
	color: #000;
	text-decoration: none;
}
.rightColumn.quiz dd a {
	display: block;
}
.rightColumn.quiz dd a img {
	width: 14px;
	height: 14px;
	background: url('../images/checkbox.gif') no-repeat #fff;
	background-position: top left;
	margin-right: 10px;
	margin-top: -1px;
}
.rightColumn.form {
	
}
.rightColumn.form h3 {
	font-size: 13px;
	margin-bottom: 10px;
}
.rightColumn.form table {
	width: 355px;
	font-size: 11px;
	margin-bottom: 8px;
}
.rightColumn.form table td {
	padding-bottom: 1px;
}
.rightColumn.form table td.leftTd {
	text-align: right;
	padding-right: 10px;
}
.rightColumn.form table td.rightTd {
	text-align: left;
}
.rightColumn.form input {
	font-size: 11px;
	width: 248px;
	height: 12px;
	background: #ccc;
	border: 1px solid #000;
}
.rightColumn.form select {
	font-size: 11px;
}
.rightColumn.form input.inputSmall {
	width: 73px;
}
.rightColumn.form input.inputXSmall {
	width: 18px;
}
.rightColumn.form input.submitButton {
	width: 246px;
	height: 43px;
	border: 0;
	background: none;
}
#rules {
	position: absolute;
	top: 100px;
	left: 255px;
	width: 400px;
	height: 500px;
	padding: 20px;
	font-size: 10px;
	background: #fff;
	line-height: 14px;
	display: none;
	border: 3px double #ccc;
}
#rules a {
	color: #5570A5;
}
#rules a.close {
	width: 400px;
	height: 20px;
	display: block;
	padding-top: 15px;
	color: #5570A5;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#rules h3 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
#rules p {
	margin-top: 10px;
}
#rulesContent {
	width: 390px;
	height: 480px;
	padding-right: 10px;
	overflow: auto;
}
.rightColumn.thanks {
	text-align: center;
	background: url('../images/bg_right_blue.png') top left no-repeat;
	color: #fff;
}
#star {
	position: absolute;
	right: 18px;
	top: 9px;
}
#soapnet {
	position: absolute;
	left: 41px;
	bottom: 12px;
}
#circle {
	position: absolute;
	display: none;
}
#circle.circleSkinny {
	width: 70px;
	height: 51px;
	background: url('../images/circle_skinny.png') top left no-repeat;
}
#circle.circleWide {
	width: 139px;
	height: 53px;
	background: url('../images/circle_wide.png') top left no-repeat;
}
#circle.circleLA {
	top: 119px;
	left: 641px;
}
#circle.circleNY {
	top: 116px;
	left: 692px;
}
#circle.circleDC {
	top: 119px;
	left: 808px;
}
#circle.circleSeattle {
	top: 144px;
	left: 635px;
}
#circle.circleHouston {
	top: 144px;
	left: 744px;
}
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 753px;
	background: #000;
	display: none;
}
p.legal {
	width: 950px;
	font-size: 10px;
	line-height: 14px;
	margin: 10px auto;
}
p.legal a {
	color: #fff;
}









