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

#contactform input, textarea, select {
	font-family:Tahoma,Geneva, sans-serif;
	font-size:13px;
	color:#333333;
}

#contactform {
	border: 1px solid #E6E6E6;
	padding:5px;
	background:url(../../img/bgcontactform.png) top repeat-x #FFFFFF;
	margin-bottom:20px;
	width:458px;
	display:block;
}

#contactform ul {
	list-style:none;
	padding:0; margin:0;
}

#contactform li {
	display:block;
	width:458px;
	background:none;
	margin:0; padding:0;
}

#contactform li label {
	width:229px;
	float:left;
	line-height:18px;
	margin:0; padding:0;
	margin-bottom:5px;
}

#contactform li .text {
	width:225px;
	float:left;
	border:1px solid #999999;
	height:18px;
		margin-bottom:5px;

}

#contactform li .textarea {
	display:block;
	width:225px;
	height:150px;
	float:left;
	border:1px solid #999999;
		margin-bottom:5px;

}

#contactform li .submit {
	width:150px;
	height:24px;
	float:left;
	margin-top:5px;
	border:1px solid #999999;
		margin-bottom:5px;

}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:.1em;
	line-height:.1em;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: .1em;}
.clear {display: block;}
/* End hide from IE-mac */
