/* contact form - small */


#contact-form {
	padding: 5px;
	height: 274px;
	text-align: center;
	border: 2px solid #FFF2DF;
	background-color: #f6d6a3;
	margin-bottom: 10px;
}
#contact-form input, #contact-form textarea {
	margin-top: 5px;
	height: 15px;
	width: 196px;
	font-size: 11px;
	padding: 0px 2px;
}
#contact-form #firstName{
	margin-top: 0px;
}
#contact-form #comments{
	height: 40px;
	padding: 2px 3px;
	border-color: #bbb;
}
#contact-form #submit{
	width: 52px;
	margin: 5px 2px;
	color: #fff;
	float: right;
	background: url(/images/button_52x20.png) no-repeat;
	border: none;
	height: 20px;
}
#contact-form #submit:hover{
	cursor: pointer;
	text-decoration: underline;
}
#contact-form p{
	font-size: 10px;
	text-align: left;
	margin-top: 5px;
	color: #7A601A;
}
