/*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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

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;
}

p {
	color: #d3d3d3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

input, select {
	float: left;	
}

.wrapper, .wrapper_reg2 {
	background:transparent url(images/headerBg_reg1.gif) no-repeat scroll 0px 0;
	margin: 0 auto;
	width: 760px;
	height: 800px;
	
}

.wrapper_reg2 {
	background:transparent url(images/headerBg_reg2.gif) no-repeat scroll 0px 0;
}


.content {
	width: 100%;
	float: left;
	margin-top: 218px;
	padding: 20px 0 40px 0;
}


.field, .long {
	float: left;
	width:200px;	
}

.long {
	width: 382px;
}

#fieldRole {
	float: left;	
	width: 175px;
	margin-left: 5px;
}
.label, .label_multi,.labelError, .label_multiError {
	float: left;
	width: 347px;
	text-align: right;
	padding: 5px 12px 0 0;	
}

.wrapper_reg2 .label, .wrapper_reg2 .label_multi, .wrapper_reg2 .labelError, .wrapper_reg2 .label_multiError {
	width: 300px;	
}

.labelError {
	padding-top: 24px;	
}

.label_multiError {
	padding-top: 18px;
}

#labelAlign {
	padding-top: 12px;	
}
.label_multi {
	padding-top: 0px;	
}
.form_field {
	float: left;
	width: 290px;
}

.wrapper_reg2 .form_field {
	width: 420px;	
}

.form_field img {
	float: left;
	padding-top: 2px;	
}

.form_field a img {
	float: left;
	padding-top: 2px;	
}

.form_field .question {
	padding-top: 0px;
}
.labelField, .labelFieldAlt {
	float: left;
	padding: 0px 0px 22px 0;	
	width: 100%;
}

.labelFieldAlt {
	padding-bottom: 15px;	
}

.description {
	float: right;
	width: 300px;
	margin-top: 3px;
}

.callout {
	color: #15b8ff;
}

#checkText {
	float: left;
	font-size: 12px;
	width: 200px;
}

.check{
	margin-right: 5px ;
}

.link {
	color: #99ff00;
}

.link:hover, .link:active {
	text-decoration:  none;	
}

.link:visited {
	color: #999;
	font-style:italic;
}

.buttons {
	float: left;
	height: 50px;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

.buttons a, .buttons span a {
	padding-left: 10px;
}

.formOptions, .formOptionsCheck {
	font-size: 12px;
	padding: 2px 7px 0 0;
}

#topcheck {
	margin-top: 14px;
}

.formOptions {
	margin: 0;
	float: left;	
}

.formOptionsCheck {
	width: 237px;
	margin: 20px 0px 20px 0px;
}

.checkboxList {
	width: 250px;
	float: left;
	padding-top: 18px;	
}

#formElements {
	float: left;
	width: 627px;
}

#formElements .form_field {
	width: 310px;
}

#privacyLink {
	background-image:url(images/privacy_policy_up.gif);
	float: left;
	width: 133px;
	height: 210px;
}

#privacyLink:hover {
	background-image: url(images/privacy_policy_over.gif);	
}
#town, #state {
	margin-right: 12px;	
}


/*ERROR MESSAGES*/
.error, .errorRadio {
	float: left;
	height: 17px;
	margin-top: -6px;
	padding: 0 0 0 10px;
	width: 17px;
}

.errorPadRight {
	float: left;
	height: 17px;
	margin-top: -6px;
	padding: 0 0 0 10px;
	width: 37px;
}

.errorRadio {
	margin-top: -8px;
	padding-left: 0px;
	width: 27px;
}

.errorMessage {
	height: 14px;
	margin-bottom: 4px;
	color: #ff3399;
	width: 500px;
}

.errorCheckboxList {
	float: left;
	height: 17px;
	margin-top: 10px;
	padding: 0 0 0 10px;
	width: 17px;
}


/*FOOTER*/

.footerTop, .footer {
	clear:both;
	font-size: 9px;
	margin: 0;
	width: 500px;
	}

.footer {
	color: #b3b3b3;
	line-height: 11px;
	padding: 3px 0 0 0;
}

.footerTop a {
	color: #fff;
	text-decoration:none;
}

.footerTop a:hover {
	text-decoration: underline;	
}
#bug {
	margin: 15px 0 0 0;	
}
