/* BEGIN CSS RESET ************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET *************************************************************/

.image-replaced { text-indent: -9999em; }


input, select, textarea {
	/*border: 1px solid #7e9db9;*/
	padding: 1px;
}


button { cursor: pointer; }

body {
	background-color: #7e7e7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

p { line-height: 1.5em; }

#main-container {
	margin: 0 auto;
	padding: 18px 24px 0 20px;
	width: 828px;
	background: #7e7e7e url(../images/bg.gif) repeat-y;
}

#main-container-footer {
	margin: 0 auto 2em;
	width: 872px;
	height: 25px;
	background: #7e7e7e url(../images/footer.gif) top left no-repeat;
}

#header {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 68px;
	background-color: #efab00;
}

#header #logo {
	width: 100%;
	height: 68px;
	background: #efab00 url(../images/logo.gif) no-repeat;
}

#header #close-link {
	display: none;
	position: absolute;
	top: 28px;
	right: 18px;
}

#photo-container {
	position: relative;
	width: 828px;
	height: 525px;
	background: url(../images/bg_photo.jpg) no-repeat;
}

#photo-container.intro { background: url(../images/bg_photo_color.jpg) no-repeat; }

#error-container {
	width: 210px;
	padding: 10px 10px 20px 10px;
	background-color: #FFF;
	position: absolute;
	top: 18px;
	left: 14px;
}

#content-container {
	position: absolute;
	width: 520px;
	height: 455px;
	background-color: #fff;
	padding: 18px;
	top: 18px;
	right: 18px;
}

.content-title {
	color: #f0ab00;
	text-transform: uppercase;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 15px;
}

.content-subtitle {
	font-weight: bold;
	font-size: 14px;
}

div.content {
	width: 100%;
	height: 399px;
	overflow: hidden;
}	

div.content-footer {
	position: relative;
	width: 520px;
	height: 56px;
	background-color: #e4e9ed;
	border-top: #fff 6px solid;
}

div.content-footer img.progress-bar {
	position: absolute;
	top: 23px;
	left: 190px;
}

div.content-footer input.continue {
	position: absolute;
	top: 15px;
	right: 18px;	
	border: none;
}

div.content-footer input.build-now {
	position: absolute;
	top: 15px;
	right: 18px;
	border: none;
}

div.content-footer input.back {
	position: absolute;
	top: 15px;
	left: 18px;
	border: none;
}

fieldset.gradient {
	background: #e4e9ed url(../images/bg_gradient.gif) repeat-x top left;
}

/****** Intro *****/
#intro-content .content-subtitle {
	margin-bottom: 28px;
}

#intro-content p {
	margin-bottom: 22px;
}

#intro-content ul {
	list-style: none;
	margin-left: 52px;
}

#intro-content ul li {
	margin-bottom: 12px;
	background: url(../images/bullet_blue.jpg) center left no-repeat;
	padding-left: 14px;
}


/****** Profile Form *****/
.select-container select {
	margin: 0 6px 0 4px;
}


.select-container label {
	font-weight: bold;
}

#profile-content .content-subtitle {
	margin-bottom: 10px;
}

#profile-content p {
	margin-bottom: 10px;
}

#profile-content fieldset {
	width: 480px;
	background-color: #e4e9ed; /* careful not to reset a possible background image here */
	border-bottom: 3px solid #fff;
	padding: 6px 20px;
}

#profile-content .legend {
	font-weight: bold;
	margin: 10px 0;
}

#profile-content table { width: 480px; }
#profile-content tr { font-size: 10px; font-weight: bold; }
#profile-content td input { vertical-align: middle; }

/****** Register Form *****/
#register-form-table {
	margin-left: 5px;
}
#register-form-table {
	width: 180px;
	vertical-align: middle;
}

#register-form-table td.col1 {
	width: 180px;
	vertical-align: middle;
}

#register-form-table td.col2 {
	width: 114px;
	vertical-align: middle;
}

#register-form-table th {
	text-align: right;
	width: 55px;
	vertical-align: middle;
}

#register-form-table th.col1 {
	text-align: right;
	width: 65px;
	vertical-align: middle;
}

#register-form-table th.col2 {
	text-align: right;
	width: 75px;
	vertical-align: middle;
	padding-left:0px;
}

#register-form-table th label {
	display: inline !important;
}

#register-form-table td.optin { text-align: center; }
#register-form-table td.caption {
	text-align: right;
}
#register-form-table td.caption p {
	width: 490px;
	font-weight: bold;
	padding-top: 15px;
}
#register-form-table input {
	width: 160px;
}
#register-form-table select {
	width: 180px;
}
#register-form-table td.optin input {
	width: auto;
	border: none;
}

#register-form-table td.optin p {
	padding: 0 50px;
	width: 406px;
}

#register-form-table th, #register-form-table td {
	padding: 4px 0 4px 3px;
	margin: 0;
}

#register-content table {
	padding-top: 20px;
	font-size: 10px;
}
ul.error {
	margin-left: 12px;
}
label.error, ul.error {
	color: #C00;
}
ul#footer-links {
	padding-top: 30px;
	color: #FFF;
	font-size: 11px;
}
ul#footer-links li {
	padding: 0 3px;
	float: left;
}
ul#footer-links li a {
	color: #FFF;
	text-decoration: none;
}
ul#footer-links li a:hover {
	text-decoration: underline;
}
table.checkbox label {
	display: block;
	padding-left: 5px;
}

span.sliver {
	letter-spacing: 0.15em;
}
div#phone-number {
	color: #FFF;
	text-align: right;
	padding: 20px 20px 0 0;
}
div.bottom, div.bottom fieldset {
	overflow: hidden;
	height: 300px;
}
div.tall-bottom, div.tall-bottom fieldset {
	overflow: hidden;
	height: 500px;
}
h4.page2 {
  font-weight: bold;
	margin-bottom: 12px;
}
div.page3, div.page3 fieldset {
	overflow: hidden;
	height: 500px;
}
div#preview-pane {
	overflow: scroll;
	height: 320px;
	text-align: left;
} 

.col1 input {
	width: 190px !important;
}
.col2 input {
	width: 114px !important;
}
.col2 select {
	width: 120px !important;
}
.col1 select {
	width: 196px !important;
}
.col1 select, .col2 select {
	font-size: 11px;
	height: 24px !important;
}

.short-registration {
	text-align: center;
	font-size: 10px;
	padding-top: 120px;
}
.short-registration p.opt-in {
	padding: 20px 60px 0 60px;
}
.short-registration input#register-email {
	width: 200px;
}

h2.secondary {
	font-size: 15px;
}
