fieldset {
  padding: 0;
  margin-left: -40px;
  border: 0;
}



#contactform {
	margin: 0;
	padding: 0;
	z-index: 0;
}
#contactform ul li{
	margin-bottom: 15px;
	background: none;
	list-style-type: none;
	float: left;
}

label, input, button, select, textarea {
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: 300;
	line-height: 14px;
}
label {
	color: #036;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
input[type="text"], select, textarea {
	width: 200px;
	height: 20px;
	padding: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #999;
	font-weight: 300;
	line-height: 14px;
	display: inline-block;
}
textarea {
	height: auto;
}

select,textarea, input[type="text"] {
	height:20px;
	width: 206px;
	
	padding: 2px;
	font-size: 11px;
	border: 1px solid #57b6dd;
	color: #999;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.09);
	-o-box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.09);
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
	
	
}
textarea:focus, input[type="text"]:focus {
	box-shadow: none;
}




.req{display:inline;float:none;color:red !important;font-weight:bold;margin:0;padding:0;}

form li.error, form span.error {
display: block !important;
background-color: #FFDFDF !important;
font-weight: bold!important;
color:red!important;

}

form li.error  label{
font-weight: bold!important;
color:red!important;
}

.submit {
	width: 100px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: top no-repeat url(/image/formbutton-bk.gif);
	text-align: center;
}

