/* Form styles */


#newsletter {
	float:left;
	width: 240px;
	margin-bottom: 20px;
	}

#newsletter input {
	float:left;
	clear:both;
	display: block;
	margin:0px 1px 1px 1px;
	width: 234px;
	}
	
#newsletter .textlabel {
	float:left;
	clear:both;
	font-weight: bold;
	display: block;
	width: 234px;
	padding: 11px 2px 2px 0px;
	}
	
.error {
	float:left;
	clear:both;
	color: #e80000;
	font-weight: normal;
	width: 234px;
	}	
	
.required {
	font-size: 0.8em;
	font-weight: normal;
	}
	
.submit {
	float: left;
	width:61px;
	height:25px;	
	background:url(../img/submit.gif);
	margin: 18px 0px 35px 179px;
	display: inline; 
	}
.submit a {
	display:block;
	width:61px;
	height:25px;
	background:url(../img/submit.gif) 0% 0% no-repeat;
	}
.submit a:hover {background-position:0% 100%;}	


