/* CSS Document */

label{
	float: left;
	width: 120px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	text-align: right;
	padding-right: 5px;
}

select {
	margin-bottom: 5px;
	background-color: #DFDFDF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

textarea{
	background-color: #DFDFDF;
	border: 1px solid #FFFFFF;
}
#captchaimg {
	padding-left: 125px;
}
input {
	background-color: #DFDFDF;
	border: 1px solid #FFFFFF;
	padding-top: 1px;
}



.boxes{
	width: 1em;
}

#submitbutton{
	margin-left: 125px;
	margin-top: 5px;
	width: 90px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
fieldset {
	border: 1px solid #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	margin-top: 5px;
}
legend {
	border: 1px solid #333333;
	margin: 3px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #333333;
	width: 100px;
	text-align: center;
}


br{
	clear: left;
}
#enquirybutton {
	width: 120px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FF9900;
	margin-left: 15px;
	margin-top: 5px;
}

