@charset "UTF-8";
/* CSS Document */

/* 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 {
	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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*MY STYLES*/


#main-image {
	background-image: url(../images/main-image.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 1020px;
	padding-top: 274px;
	padding-left: 61px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}

#email-image {
	background-image: url(../images/email-image.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 1020px;
	padding-top: 274px;
	padding-left: 61px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}

#form-image {
	background-image: url(../images/signup-form-bg_02.gif);
	background-repeat: no-repeat;
	height: 228px;
	width: 1020px;
	padding-top: 180px;
	padding-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}

#paynow-image {
	background-image: url(../images/paynow-image.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 1020px;
	padding-top: 274px;
	padding-left: 61px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}

#disclaimer-image {
	background-image: url(../images/disclaimer-image.gif);
	background-repeat: no-repeat;
	height: 470px;
	width: 850px;
	padding-top: 85px;
	padding-left: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8E8E8;
	line-height: 15px;
}

body {
	background:url(../images/bg.gif) repeat-x;
	width: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.logo {
	display: block;
	height: 73px;
	margin-left: 48px;
}
.buttons {
	display: block;
	float: left;
	width: 140px;
}

.buttons-wide {
	display: block;
	float: left;
	width: 184px;
}
.clearboth {
	clear: both;
}
.four-col {
	display: block;
	float: left;
	width: 203px;
	margin-right: 21px;
}
#body-content {
	margin-top: 35px;
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	line-height: 14px;
	width: 1020px;
}
.underline {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.disclaimer {
	display: block;
	margin-left: 9px;
}
.disclaimer a {
	color: #CCCCCC;
	font-style: italic;
}
.four-col a {
	color: #072B3F;
	font-style: italic;
}
#wrapper {
	margin: auto 0;
	width:1020px;
}
#form-image .white-copy {
	color: #CCCCCC;
	display: block;
	margin-bottom: 5px;
}
