*{ 
	padding:0px; 
	margin:0px; 
}
a{ outline:none; }
img{ border:none; }

body{ 
	margin: 0px;
	background-color:#ffffff;
	color: #224589;
	font-family: Arial, Times, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
}
.caps{text-transform: uppercase;}

a{text-decoration: underline; color:#224589;}
a:link {text-decoration: underline; color:#224589;}
a:visited {text-decoration: underline; color:#224589;}
a:hover {text-decoration: underline; color:#224589;}

div{
	width: 446px;
	font-size: 1.2em;
}

h1{
	height: 0px;
	overflow: hidden;
	display: block;
	background: url(../images/registration-logo.gif) no-repeat top left;
	width: 314px;
	padding-top: 73px;
	margin: 20px auto 0;
}

form{
	padding:10px 65px;
}

form div{ padding: 4px 0px;}
form p{padding: 8px 0px;}

form label { 
	width: 100px;
	float: left;
	clear: left;
}
#dob_month{ width: 5em; }
#dob_day{ width: 4em; }
#dob_year{ width: 5em; }

#optintext {
	float:left;
	width:325px;;
}
#scoop {
	float:left;
	margin:9px 3px 0 0;
	text-align:left;
	width:18px;
}
#terms {
	font-size:1em;
}
#submit{
	width: 222px;
	height: 32px;
	display: block;
	background: url(../images/registration-submit.jpg) no-repeat top center;	
	margin: 20px auto 0;
	border: none;
	cursor: pointer;
}
#message{text-align: center;width: 200px; margin: 0 auto; padding: 50px 0px;}
#message a{padding-top: 50px; display: block;}