/* ========== 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;
	outline: none;
	vertical-align: baseline;
	background: transparent;
}

/* ========== General ========== */
html, body
{
	text-align: center;
	background-color: #fff;
	font-size:  	0.938em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
    background-color: #fff;
}


a
{
	text-decoration: none;
	color: #984f54;
	
}

a:hover
{
	text-decoration: none;
	color: #333;
}


p {   margin-bottom: 20px; margin-top: 20px; }



#pageWidth
{
	position: relative;
	width: 900px;
	min-height: 850px;
	height: 850px;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0px auto;
	border: 0px solid #cccccc;
    background-color: #fff;


}

/* ------- Header /  -------- */
#header
{
	position: relative;
	float: left;
	width: 495px;
	height: 176px;
	padding: 0 0 0 0;
	border: 0px solid #cccccc;
}

#register_copy
{
	position: relative;
	float: right;
	width: 427px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid #cc0000;;
}


#register
{
	position: relative;
	float: left;
	text-align: left;
	width: 427px;
	height: 450px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid #cc0000;;
}








#footer
{
	position: relative;
   float: left;
   width: 960px;
   height:39px;   /* Height of the footer */
   background:#f5e7d6;
   margin: 20px 0 0 0;
   background:transparent url(../images/footer_bg.gif) repeat-x scroll left top;
   border: 0px solid #cc0000;

}

#footercopy { 
position: relative;
float: left;
color: #000; 
height: 20px;
font-size:  0.75em;  
border: 0px solid #cc0000;
margin: 0 0 0 0;
padding: 15px 0 0 5px;

}




.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/* Forms \*/
TEXTAREA, INPUT, SELECT, OPTION
{
 
	background: #fff;  
	font-size: 10px; 
	line-height: 13px; 
	color: #5B57A6;  
	padding: 4px 0 0 3px;
	background-color: #ffff99;
	border: 0px solid #5B57A6; 
	
	
	
}

.text-input {
height: 20px;
width: 232px;
}

.zip-input {
height: 20px;
width: 50px;
}

.state-input {
height: 20px;
width: 120px;
}


input.radio {
		font:11px Arial,Helvetica,sans-serif;;	
		color: #5B5C56;
		background-color: #FFFFFF;
		border:none; 
}



.required-text { color: red; font-size: 	0.688em;  }

.field-label
{
	float: left;
	margin-top: 3px;
	width: 120px;
	border: 0px solid #ccc;
	font-size:  	0.875em;
}

.error
{
	font-size:  	0.688em;
	color: red;
	border: 0px solid #ccc;
}


.form-row
{
	clear: both;
    padding: 0;
    margin: 0;
	border: 0px solid #ccc;
}

.form-row-error
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 15px;
	border: 0px solid #ccc;
}

fieldset
{
     border: 0px solid #000000;
}


.small { font-size:  0.75em; }



.error { color: red; font-size: 	0.688em; }



form select { width:140px; margin 0 0 0 0; }


input.button
{
	padding: 3px 6px;
	border: 2px solid #fff;
	margin: 20px 0px 0px 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffff99;
	-moz-border-radius: 5px;
}

input.button:hover
{
	background: #fde672 none repeat scroll 0% 0%;
	color: #000;
}











































































