/** Forms Styling **/
form.sgForm label {
	display:block;
	margin:14px 0 4px 0;
}

form.sgForm input.text, form.sgForm textarea.text {
	width:400px;
	border:1px solid #BBBDBB;
	padding:2px;
	color:#333;
	font:12px Arial, Helvetica, sans-serif;
}

form.sgForm input.button {
	border:none;
	border-bottom:1px solid #998c78;
	background-color:#2f2a1f;
	font-size:14px;
	color:#998c78;
	font-weight:bold;
	margin-top:14px;
	cursor:pointer;
	cursor:hand;
}
form.sgForm input.button:hover {
	color:#fff;	
	border-bottom:1px solid #998c78;
}

.required {
	color:#993300;
}