/* 
#contactFormArea {
	width: 125px;
	background: #f5f5f5;
	border: 0px solid #dce2f5;
	border-left-color: #dce2f5;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.2em;
	margin-top: 5px;
	margin-bottom: 2px;
}
*/
#contactFormArea fieldset {
	width: 125px;
	background: #f5f5f5;
	border: 1px solid #c0c0c0;
	
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.2em;
	margin-top: 3px;
	margin-bottom: 2px;
	
}
 
#contactFormArea div {
	padding: 0.2em 0.2em;
}
 
#contactFormArea div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 3px;
}
 
#contactFormArea label {
 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	/* float: left; */
	margin: 3px 0px 1px 3px;
	color: #0954A6;
	white-space:nowrap;
	font-size:10px;
	font-weight:bold;
}

#contactFormArea #status {
margin-left:2px;
padding-right:10px;
text-align:justify;
width:115px;
height:4em;
font-size:10px;
font-weight:bold;
color: #0954A6;
padding-left:5px;
font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

/* */
#contactFormArea input {
 font-family: verdana, arial, tahoma, helvetica, sans-serif;
 color:#666666;
	font-size:10px;
	white-space:normal;
	width:115px;
	padding-left:2px;
	padding-right:2px;
    height: 1.8em;
	border: 1px inset #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	
}

#contactFormArea textarea {
 font-family:  verdana, arial, tahoma,helvetica, sans-serif;
	font-size:10px;
	 color:#666666;
	white-space:normal;
	width:115px;
	padding-left:2px;
    height: 4em;
	border: 1px inset #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	
}

#contactFormArea input.submit {
 font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #0954A6;
	background-color: #FFCC66;
	white-space:normal;
	width:65px;
	height: 2em;
	padding:2px;
	line-height:14px;
	text-align:center;

	margin-left: 42px;
	border: 2px outset #c0c0c0;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #336699;
	border-left: 1px solid #c0c0c0;
	margin-bottom: 3px;
	margin-top: 3px;


}

#contactFormArea input.submit:hover {
 font-family:   tahoma, arial, verdana,helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #0954A6;
	white-space:normal;
	width:65px;
	height: 2em;
	padding:2px;
		line-height:14px;
		text-align:center;
 
	border: 2px outset #c0c0c0;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #336699;
		border-left: 1px solid #c0c0c0;
	
}



/*
#contactFormArea input.formbutton {
width:80px;
}
*/
 
#log {
	width: 130px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 10px 0;
	background: url(http://www.networksunlimited.eu/images/mootoolsspinner.gif) no-repeat center; 
}
