* {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

body {
	background: #f5f5f5;
	font-size: 12px;
	padding-bottom: 24px;
}

a {
	color: #06C;
	text-decoration: underline;
}

p {
	font-size: 10px;
	margin: 10px 0;
	line-height: 16px;
}

td {
	vertical-align: top;
}

.small {
	font-size: 10px;
	color: #000;
}

h1 {
	font-size: 12px;
	line-height: 14px;
}

h2 {
	font-size: 10px;
	line-height: 12px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(images/header.jpg) no-repeat top left;
	width: 1000px;
	height: 568px;
	position: relative;
}

#more {
	position: absolute;
	right: 54px;
	bottom: 79px;
}

#smoke {
	background: url(images/content_background.jpg) no-repeat top left;
	min-height: 278px;
}

#demo {
	/*background: url(../images/demo.png) repeat-y top left;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*height: 253px;*/
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: #E11;
}
#demo img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 253px;
}

#returning {
	margin: 5px 0;
}


/* Landing page */
#date-of-birth {
	position: absolute;
	top: 516px;
	left: 640px;
	padding: 4px;
}

#landing-page select {
	background: #991b00 url(images/select-bg.png) top repeat-x;
	color: #fc6;
	border: none;
}

#landing-page select option {
	background: #991b00 url(images/select-bg.png) top repeat-x;
	color: #fc6;
}

#date-of-birth #submit-button {
	margin-left: 20px;
	vertical-align: middle;
	width: 120px;
	height: 19px;
}

#landing-page h3 {
	font-weight: normal;
	margin-top: 15px;
	color: #666;
	font-size: 0.9em;
}

#landing-page div.error {
	background: #fc6;
}

#landing-page div.error h3 {
	color: #f00 !important;
}

#dvd-links {
	text-align: center;
}

#dvd-links .link-img {
	margin-bottom: 4px;
}

#dvd-links p, #dvd-links p a {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

/* footer */
#footer {
	color: #666;
	font-size: 9px;
	padding: 15px;
	line-height: 1.1em;
}

#footer .leftcol {
	margin: 0 10px 5px 19px;
	width: 500px;
	float: left;
}

#footer .rightcol {
	margin: 0 0 5px 29px;
}

#footer .logos {
	clear: both;
}

#footer .logos img {
	margin: 0 30px;
}

/* FORM */
#form-header {
	height: 60px;
	width: 100%;
	background: #FFFFFF url(images/form-header-bg.gif) bottom center repeat-x;
}

#form-header-img {
	margin-left: 200px;
	width: 128px;
	height: 60px;
	background: transparent url(images/form-header.jpg) 0 0 no-repeat;
}

#entry-form {
	margin: 0 auto;
	padding-bottom: 10px;
}

#entry-form label {
	color: #666;
}

#entry-form-contents {
	width: 600px;
	margin: 10px auto;
}

#form-table {
	width: 600px;
	margin: 0;
}

#address-table {
	position: relative;
	z-index: 101;
	left: -4px;
	top: 1px;
}

.field-name {
	display: block;
	font-weight: bold;
	color: #666;
	margin: 0;
	font-size: 13px;
	padding: 1px 8px 1px 0;
	text-align: right;
}

.sub-head {
	margin: 3px 0;
	font-size: 10px;
	color: #999;
}

.required {
	color: #900;
}

.input {
	padding: 1px;
	margin: 0;
}

.medinput {
	width: 166px;
}

.longinput {
	width: 350px;
}

.fname {
	width: 80px;
}

.lname {
	width: 126px;
}

.state {
	width: 4em;
}

.phone-a {
	width: 3em;
}

.phone-b {
	width: 4em;
}

#select-gender {
	width: 160px;
}

#checkbox-opt-in-sphe {
	float: left;
	margin-bottom: 2em;
	margin-right: .5em;
}

#checkbox-opt-in-manvite {
	float: left;
	margin-bottom: 2em;
	margin-right: .5em;
}

#form-submit-btn {
	display: block;
	margin: 18px auto;
	width: 80px;
}

textarea, input, select, select option {
	color: #666;
}

/* one block of the form*/
.form-section {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

.form-section table{
	border-collapse: separate;
	border-spacing: 4px;
	margin-top: -6px;
	text-align: left;
}

/* one item on the form (name and input) */
.form-chunk {
	margin-top: 12px;
	margin-left: 8px;
}

.form-chunk p {
	margin-bottom: 12px;
}

.error, #error-box ul {
	color: #F33 !IMPORTANT;
}

#error-box {
	border: #000 2px dashed;
	background-color: #FFF9F9;
	margin: 5px;
	padding: 5px;
}


/* THANK YOU PAGE */
#thank_you {
	margin: 121px 0;
}


/* EXTRANEOUS */
.floatDiv {
	float: left;
	margin-right: 3px;
}
.clause {
	font-size: 11px;
}

.highlight {
	color: #FF0;
}

.headline {
	font-size: 16px;
	line-height: 1.1em;
	margin-bottom: 2px;
	margin-top: 16px;
	text-align: left;
}
