/* FORM STYLES */

input{
	background:#eb2a2e;
	height:20px;
	font-size:12px;
	border:none;
	outline:none;	
}

#EmailFrom {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	color:#FFF;
}
#YourName {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	color:#FFF;
}

#Company {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	color:#FFF;
}

#Phone {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	color:#FFF;
}

#Weburl {
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	margin-bottom:10px;
	color:#FFF;
}

textarea#Comment {
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	width: 380px;
	height: 100px;
	margin-bottom:0px;
	color:#FFF;
	background:#eb2a2e;
	border:none;
	outline:none;
}

#subbutton {
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	text-align:right;
	padding-bottom:20px;
	padding:0px;
}

#subbutton input {
	background:#FFF;
	margin:0px 0px;
	height:25px;
	width:80px;
	color:#eb2a2e;
	border:#e1e1e1 1px solid;
	border-top:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor:pointer;
}

#subbutton input:hover {
	background:#eb2a2e;
	margin:0px 0px;
	height:25px;
	width:80px;
	color:#FFF;
	border:#eb2a2e 1px solid;
	border-top:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor:pointer;
}

fieldset {
	margin-left:auto;
	margin-right:auto;
	border: 0px;
	width: 380px;
	padding:20px;
	border:#e1e1e1 1px solid;
	margin:0 auto;
	background:#f8f8f8 url(../images/bg_flash.png) 0px 0px no-repeat;
} 
.inputlabel {
	display:block;
	text-align:left;
	margin-bottom: 3px;
	font-size:10px;
}
td{text-align:center;}