form{
margin:0;
padding:0;
}

fieldset{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
color:#000000;
background:transparent;
font-size:1.3em;
font-weight:bold;
}

label{
float:left;
width:150px;
padding:0 1em;
text-align:right;
}

fieldset div{
margin-bottom:.5em;
padding:0;
display:block;
}

fieldset div input,fieldset div textarea{
width:150px;
border-top:1px solid #555;
border-left:1px solid #555;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:1px;color:#333;
}

fieldset div select{
padding:1px;
}

div.fm-multi div{
margin:5px 0;
}

div.fm-multi input{
width:1em;
}

div.fm-multi label{
display:block;
width:200px;
padding-left:5em;
text-align:left;
}

#fm-submit{
clear:both;
text-align:center;
}

#fm-submit input{
border:1px solid #333;
background:#555;
color:#fff;
font-size:100%;
margin-left:30px;
}

#tr-submit{
clear:both;
}

#tr-submit input{
border:1px solid #333;
background:#555;
color:#fff;
font-size:100%;
margin-left:0px;
}

input:focus,textarea:focus{
background:#efefef;
color:#000;
}

fieldset div.fm-req{
font-weight:bold;
}

fieldset div.fm-req label:before{content:"* ";}

#formcontainer{
	padding:1em;
	width:350px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

p#fm-intro{margin:0;}

contact form div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 

#log {
	width: 300px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

/** contact form end**/