﻿/* ------------- Comments form ------------- */
 
#generalform div.message { width: 350px; margin-right: 0; }
#generalform input, #generalform textarea {
	background: #FFFFFF;
	font-size: 13px;
	padding: 4px 5px 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	border: 1px solid #D9D9D9;
	 
	color: #333333;
	padding: 4px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input:focus, textarea:focus {
	border-color: #99d362;
	-moz-box-shadow: 0px 0px 4px #9ae157;
	-webkit-box-shadow: 0px 0px 4px #9ae157;
	box-shadow: 0px 0px 4px #9ae157;
}
#generalform textarea { width: 338px; height: 128px; }
#generalform label { display: block; margin-bottom: 3px; font-size: 13px; }
#generalform label small { color: #eea616; }

#generalform span.required {
	color: #f19a06;	
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
#generalform .submit {
	background: url(../images/submit-btn.gif) left top no-repeat;
	border: none;
	text-align: center;
	width: 170px;
	color: #FFFFFF;
	height: 28px;
	cursor: pointer;
	margin-top:10px;
}
#generalform .submit:hover { background-position: 0 -38px; }