#contact-wrapper {
	margin-bottom: 15px;
}

#contact-wrapper h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	color: #f6502e;
}

form#contact-form label {
	color: #666;
	display: block;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

form#contact-form input[type=text] {
	background: #fff url("../images/global/form-bg.png") repeat-x scroll left top;
	border: 1px solid #97B5D2;
	color: #25313C;
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 6px;
	font-size: 18px;
	color: #333;
	width: 350px;
	margin-bottom: 15px;
}

form#contact-form input[type=hidden] {
	display: none;
}

form#contact-form textarea {
	background: #fff url("../images/global/form-bg.png") repeat-x scroll left top;
	border: 1px solid #97B5D2;
	color: #25313C;
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 6px;
	font-size: 18px;
	color: #333;
	width: 500px;
	height: 200px;
	margin-bottom: 15px;
}