/* contact form styling */
#contactsm input{
	width:218px;
	border:1px solid #808080;
	font-family:Arial;
	font-size:11px;
	padding:1px;
	margin:1px;
}
#contactmsg{
	margin-top:20px;
	/*border:1px solid #C31515;
	background-color: #FBE2E2;
	color:#C31515;*/
	padding:5px;
	border:1px solid #808080;
	background-color:#484848;
	color:#fff;
	text-align:left;
}
#contactmsg ul{margin: 5px 20px;}
#contactsm textarea{
	width:218px;
	height:100px;
	border:none;
	background:url('img/textboxsm.gif') no-repeat;
	background-color:#fff;
	font-family:Arial;
	font-size:11px;
	margin:1px;
	padding:2px;
}
#contact input{
	width:318px;
	border:1px solid #808080;
	font-family:Arial;
	font-size:11px;
	padding:1px;
	margin:1px;
}
#contact textarea{
	width:318px;
	height:100px;
	border:none;
	background:url('img/textbox.gif') no-repeat;
	background-color:#fff;
	font-family:Arial;
	font-size:11px;
	margin:1px;
	padding:2px;

}
#contactsm #submit{background-color:#484848; color:#fff}
#contact #submit{background-color:#484848; color:#fff}
/*------------------------------------*/
#contactsm input, #contact input{
	voice-family: "\"}\";
	voice-family: inherit;
	margin:2px;
}
#contactsm textarea, #contact textarea{
	voice-family: "\"}\";
	voice-family: inherit;
	margin:2px;
	padding:1px;
	border:1px solid #808080;
	background:none;
}