
/** FORM INPUT STYLING **/



.formstyle {
	border: none;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #fff;
}

.formlabelstyle {
	font-family: Times New Roman, Times, serif;
	font-style: bold;
	font-size: 16px;
	color: #444;
}

.formstyle_contact {
	border: 1px solid;
	border-color:#970d0d;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #444;
}

.formlabelstyle_contact{
	font-family: Times New Roman, Times, serif;
	font-style: bold;
	font-size: 16px;
	color: #000;
}


.formstylelayout {
	width:700px;
	margin-left: 59px;
	margin-top: 0px;
	
}
.formstyle:hover {
	/*border: 1px dotted #FF0000;*/
	color: #fff;
}

.submitbtn {
	background-image:url(../img/submit.png);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:35px;
	background-color: #F2F0DC;
}
.submitbtn:hover {
	background-image:url(../img/submit_hover.png);
	background-repeat:no-repeat;
	border:none;
	width:100px;
	height:35px;
	background-color: #F2F0DC;
}
	
	
