/*
* common
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.anchor-block {
	display: block;
	height: 0;
	overflow: hidden;
}

.aesthetic {
	background: url(../images/get_updates_border_top.gif) no-repeat 0 0;
	margin: 0 auto;
	padding-top: 4px;
	text-align: left;
	width: 750px;
}

.aesthetic .aesthetic {
	background: url(../images/get_updates_border_bottom.gif) no-repeat 0 100%;
	padding: 0 0 4px 0;
}

.aesthetic .aesthetic #getupdates {
	border-left: 1px solid #adadad;
	border-right: 1px solid #adadad;
	_height: 1%;
	overflow: auto;
}
#content {
	font-size: 11px;
}
#content h1 {
	margin-top: 10px;
	height: 38px;
}
#footer {
	width: 750px;
}

/*
* index.css
*/
#index #updatestext {
	float: left;
	width: 266px;
	padding: 20px;
	padding-right: 0px;
}
	#index #updatestext ul {
		margin: 10px 0px;
		list-style: none;
	}
		#index #updatestext ul li {
			background: transparent url('../images/get_updates_bullet.gif') no-repeat 10px 0px;
			padding-left: 25px;
			font-weight: bold;
			text-transform: uppercase;
		}
#index #email_registration {
	background: url(../../../getupdates/images/get_updates_form_bg.jpg) no-repeat;
	float: left;
	width: 387px;
	height: 200px;
	padding: 20px;
	margin: 10px;
	padding-bottom: 0px;
}
	#index #email_registration label {
		float: left;
		width: 180px;
		padding-left: 10px;
	}
	#index #email_registration span.legend {
		float: left;
		width: 180px;
	}
	
	#index #email_registration div
	#index #email_registration fieldset {
		clear: left;
	}
	#index #email_registration fieldset fieldset {
		padding-left: 10px;
	}
		#index #email_registration fieldset fieldset label {
			padding: 0px;
			float: none;
			display: inline;
		}
		
	#index #email_registration fieldset.residency #zip {
		width: 80px;
	}
	#index #email_registration div.email {
	
	}
		#index #email_registration div.email input {
			width: 180px;
		}
		
	#index #email_registration div.hr {
		background: url('../../../getupdates/images/get_updates_form_hr2.gif');
		height: 1px;
		border: none;
		margin: 4px 10px;
		overflow: hidden;
	}
	#index #email_registration p.legal {
		padding-top: 5px;
		text-align: center;
	}
	#index #email_registration div.submit {
		padding-top: 5px;
		text-align: center;
	}

	#dob_month option {
		width: 3.5em;
	}

	#dob_day option {
		width: 2.5em;
	}

	#dob_year option {
		width: 3em;
	}
/*
* message.css
*/
#message p.topmessage {
	height: .01%;
	margin: 50px 0px;
}


#index #newsletter_registration {
	background: url(../../../getupdates/images/get_updates_form_bg.jpg) no-repeat;
	float: left;
	width: 387px;
	height: 200px;
	padding: 20px;
	margin: 10px;
	padding-bottom: 0px;
}
	#index #newsletter_registration  label {
		float: left;
		width: 180px;
		padding-left: 10px;
	}
	#index #newsletter_registration  span.legend {
		float: left;
		width: 180px;
	}
	
	#index #newsletter_registration  div
	#index #newsletter_registration fieldset {
		clear: left;
	}
	#index #newsletter_registration  fieldset fieldset {
		padding-left: 10px;
	}
		#index #newsletter_registration  fieldset fieldset label {
			padding: 0px;
			float: none;
			display: inline;
		}
		
	#index #newsletter_registration  fieldset.residency #zip {
		width: 80px;
	}
	#index #newsletter_registration  div.email {
	
	}
		#index #newsletter_registration  div.email input {
			width: 180px;
		}
		
	#index #newsletter_registration  div.hr {
		background: url('../../../getupdates/images/get_updates_form_hr2.gif');
		height: 1px;
		border: none;
		margin: 4px 10px;
		overflow: hidden;
	}
	#index #newsletter_registration  p.legal {
		padding-top: 5px;
		text-align: center;
	}
	#index #newsletter_registration  div.submit {
		padding-top: 5px;
		text-align: center;
	}
