@charset "UTF-8";
/* CSS Document */

/*-------------- CONTACT FORM -----------------*/
.formLabel{
	color: #fe7c26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px 0;
}
input, textarea{
	width: 180px;
	color: #000;
	padding:3px;
	font-size:12px;
	margin-bottom:10px;
	background: #efefef;
	border: 1px solid #fe7c26;
}
textarea{
	width: 320px;
	height: 150px;
	margin-bottom:5px;
}
#submitbutton{
	margin-top:10px;
	display:block;
	width:78px;
	height:20px;
	border:none;
	background:transparent url(../images/send.png) no-repeat;
	text-indent:-1000em;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
.errorText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fe7c26;
}
/*-------------- CONTACT FORM -----------------*/

