@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	padding:0px;
	margin:0px;
}

#shell {
	width:960px;
	max-width:960px;
	height:768px;
	margin:10px auto;
}

#main {
	background: url(images/main-cnt.gif) repeat-y 0 0;
	height: 100%;
	padding:0px;
	margin:0px;
}

#main-top {
	background: url(images/main-top.gif) no-repeat 0 0;
	padding:0px;
	margin:0xp;
}

#main-bottom {
	background: url(images/main-bottom.gif) no-repeat 0 bottom;
	padding: 0px 10px;
}

#left-image {
	// background: url(images/clock_and_callout_background.png) no-repeat;
	background: url(images/gradient_background.png) no-repeat;
	width:300px;
	height:768px;
	float:left;
}

#left-image-2 {
	// background: url(images/clock_background.png) no-repeat;
	background: url(images/gradient_background.png) no-repeat;
	width:300px;
	height:768px;
	float:left;
}

#right-column {
	float:right;
	width:590px;
	padding-left:0px;
	padding-right:40px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}

#right-column-2 {
	float:right;
	width:590px;
	padding-left:0px;
	padding-right:20px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}

#right-column-3 {
	float:right;
	width:590px;
	padding-left:0px;
	padding-right:20px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

#infogrid {
	width:186px;
	max-width:186px;
	font-size:12px;
	float:left;
	margin-left:-20px;
}

#infogrid hr {
	width:150px;
	margin-top:10px;
}

.infonum {
	font-size:52px;
	margin:0px;
	padding:0px;
	line-height:52px;
}

.infonum2 {
	font-size:75px;
	margin:0px;
	padding:0px;
	line-height:60px;
}

.infosym {
	font-size:32px;
	height:60px;
	vertical-align:top;
}

.infosym2 {
	font-size:55px;
}

.yellowbox {
	border:1px solid #cbbe6d;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:75px;
	float:left;
	margin-left:32px;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.yellowbox2 {
	border:1px solid #cbbe6d;
	font-size:12px;
	text-align:center;
	width:95px;
	float:left;
	margin-left:55px;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#form_bg {
	width:605px;
	height:339px;
	background:url(images/form_background.gif) no-repeat;
	margin-top:20px;
	color:#000;
	font-size:12px;
}

#validation_block {
	height:334px;
	background-image:url(images/delta_rae_logo.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:185px;
	float:left;
}

#form_bg_2 {
	width:546px;
	height:425px;
	margin-top:20px;
	color:#000;
	font-size:12px;
	background-color:#FFF;
	background-image:url(images/delta_rae_logo.gif);
	background-repeat:no-repeat;
	background-position:99% 99%;
	padding:0px 3px 3px 0px;
}

#form_bg_2_error {
	width:546px;
	height:465px;
	margin-top:20px;
	color:#000;
	font-size:12px;
	background-color:#FFF;
	background-image:url(images/delta_rae_logo.gif);
	background-repeat:no-repeat;
	background-position:99% 99%;
	padding:0px 3px 3px 0px;
}

.final_q_submit {
	margin:45px 10px 10px 5px;
	clear:left;
	width:200px;
}

html>body .final_q_submit {
	*margin:65px 10px 10px 5px;
}

.field_label {
	width:175px;
	height:31px;
	color:#000;
	font-size:14px;
	padding-left:20px;
}

.field_label_2 {
	width:175px;
	height:23px;
	color:#000;
	font-size:14px;
	padding-left:20px;
}

.field_input {
	height:20px;
	width:191px;
	border:1px solid #F00;
	background-color:none;
}

.field_select {
	height:22px;
	width:193px;
	border:1px solid #F00;
	background-color:none;
}

html>body .field_select {
	*width:195px;
}

* html .field_select {
	width:195px;
}

.form_button {
	font-size:10px;
	color:#F00;
	border:1px solid #f00;
	background-color:#CCC;
	padding:3px;
}

.question {
	color:#F00;
	margin:0px;
	margin-top:10px;
	margin-left:10px;
	font-size:14px;
}

sup {
	line-height:10px;
}

#infogrid p {
	margin:2px;
}

#dr-logo {
	background:url(images/delta_rae_logo.png);
	width:200px;
	height:69px;
	float:right;
}