﻿.enquiryformcontainer
{
	width: 270px;
	height: 269px;
	border-style: solid;
	border-width: 1px;
}

.enquiryformheader
{
	width: 260px;
	height: 25px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(img/enquiry_grad.jpg);
	background-position: top;
	background-repeat: repeat-y;	
	
}

.enquiryformfieldcontainer
{
	width: 245px;
	height: 203px;
	margin: 10px auto 6px auto;
}

.enquiryformlabelfield
{
	width: 70px;
	height: 22px;
	float: left;
	margin-left: 5px;
	padding-top: 3px;
}

.enquiryformtextfield
{
	width: 155px;
	height: 25px;
	float: left;
}

.enquiryformmultitextfield
{
	width: 230px;
	height: 95px;
	margin-left: 3px;
	float: left;
}

.enquiryformvalidationfield
{
	float: left;
	width: auto;
	height: auto;
}

.enquiryformfooter
{
	width: 267px;
	height: 18px;
	background-color: #EDC01C;
	color: #013157;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 3px;
}