input, textarea, select { 
	padding: 1px;
	border: solid 1px #AF9C90;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 450px;
	background: #EFE4CD;
	}
	
.mailingList{
width:20px;
border:none;
background:none;}
	
#Postcode, #state, #country
{width:86px;}

textarea { 
	width: 450px;
	max-width: 450px;
	line-height: 150%;
	height:80px;
	}

.textAreaBlocks{ 
	width: 100px;
	max-width: 250px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #AAAAAA; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #BD7746;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.button
{
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color: #FFFFFF;
	width: 80px;
}
