/* Enquiry Form Styling */

#contentLeft
{
	font-size: 0.85em;
	height: 363px;
	width: 450px;
	overflow: auto;
}
#contentRight
{
	background: url(/assets/templates/argo/images/enquiries1.jpg) no-repeat top left;
	width: 231px;
}
#commentsInput
{
	width: 395px;
}
.formLabel
{
	width: 80px;
}
.formInput input, .formInput textarea
{
	border: #667A7C 1px solid;
	font-family: Arial;
	font-size: 0.7em;
	margin-bottom: 2px;
}

.submitButton input
{
	display: block;
	border: #667A7C 1px solid;
	background-color: #667A7C;
	color: #fff;
	font-family: Georgia;
}
