form {
	width:100%;
	padding:2px;
}

input, textarea { 
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Tahoma, Arial, Verdana, sans-serif;
	width: 90%;
	background: #FFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin-bottom:10px;
	}

textarea { 
	width: 100%;
	max-width: 250px;
	height: 80px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	color: #336699; 
	}
	
.lab {
	width:250px;
}

.lab p {
	padding-bottom: 1px;
}
.labemail {
	width:250px;
	display:none;
	
}
.submit input {
	width: 100%;
	max-width:270px;
	padding: 9px 15px;
/*	background: #617798;*/
	background: #cc3333;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.faxForm {
	position:absolute;
	top:-1000px;
	}
