* {margin: 0; padding: 0;}
ul, ol {list-style: none outside;}
.clear {clear: both;}
img {border: none; display: block;}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	}



#siteHome {
	width: 440px;
	height: 180px;
	float: left;
	position: absolute;
	top: 280px;
	left: 280px;
}



#siteContent a {
	color: #000;
	text-decoration: underline;

	}
.small {
	font-size: 9px;
	}
	
h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 22px;
	}

/* form styles */
#form_sweeps {
	margin-top: 5px;
	}
#form_sweeps label {
	width: 125px;
	float: left;
	}
#form_sweeps input {
	padding: 3px;
	font-size: 11px;
	font-family:inherit;
	width: 198px; 
	border-width: 1px;
	}
#form_sweeps li {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	}
#form_sweeps li.bday_field input {
	width: 16px;
	margin: 0 4px;
	}
#form_sweeps li.bday_field input.first {
	margin: 0 4px 0 0;
	}
#form_sweeps li input.f_year {
	width: 30px;
	}
#form_sweeps li #form_zipcode {
	width: 70px;
	}
#form_sweeps li #form_state {
	width: 19px;
	}
#form_sweeps p {
	font-size: 11px;
	}
#form_sweeps button {
	background: url(../images/submit_btn.gif) no-repeat left top;
	width: 75px;
	height: 40px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	}
#form_sweeps input#form_ageaffirm {
	float: left;
	height: 13px;
	width: 13px;
	margin: 2px 7px 0 0;
	}
#form_sweeps label.form_ageaffirm {	
	float: none;
	}
#form_sweeps p.ageaffirm_field {	
	padding: 12px 0 0;
	}
#form_sweeps p.emailaffirm_field {	
	padding: 12px 0 14px;
	}
