/*/////////// Contact Form \\\\\\\\\\\\\*/
.text{
	float: left;
	display: inline;
	width: 150px;
	margin-top: 10px;
}
label.contact{
	float: left;
	display: inline;
	width: 110px;
	margin-top: 10px;
}
fieldset{
	border: 0;
	width: 582px;
	padding: 0;
}
fieldset input{
  background: #FFFFFF !important;
}
#contact_subject{
	width: 300px;
	float: left;
	display: inline;
}
* html .submit{
	margin-right:100px;
}
#clear{
	margin-right: 10px;
	margin-left: 455px;
}
.submit, #clear{
	margin-top: 10px;
	float: left;
	display: inline;
	background-color: #FFFFFF;
	color: #000000;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	width:60px; 
	cursor: pointer;
	text-decoration:none;
}
#clear:hover, .submit:hover{
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.submit:active{
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
.submit span{
	margin-left: 0px;
}
#clear span{
	margin-left: 6px;
}
input{
	border: 1px solid #bebebe;
}
input#subscribe{
  background: #DDDDDD !important;
}
#contact_city, #contact_country, #contact_region, #label_city, #label_country, #label_region, #contact_zip, #label_zip{
	float: right;
}
/** html #contact_address, * html #contact_city, * html #contact_region, * html #contact_country, * html #contact_zip{
	margin-right: 160px;
}*/
#contact_subject, #contact_message{
	width: 468px;
}
#contact_subject, #label_subject{
	margin-top:30px;
}
* html #contact_subject{
	margin: -13px 0 0 110px;
}
* html #contact_message{
	margin: -13px 0 0 110px;
}
.clearing{
	clear:both;
	height:0;
	margin:0;
	font-size:1px;
	line-height:0px;
	overflow:hidden;
}
