fieldset
{
	float: left;
	clear: left;
	width: 600px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(/images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

.fieldsetnarrow
{
	float: left;
	clear: left;
	width: 550px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(/images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style-type: none;
}

label
{
	float: left;
	width: 10em;
	margin-top: 6px;
	margin-right: 1em;
	margin-left: 1em;
}

label em img
{
	position: relative;
	top: -3px;
}

.smtext
{
	font-size: 10px;
	margin-left: 1em;	
}
.psubsmall
{
	font-size: 9px;
	margin-top: 5px;
	padding-top: 5px;
}


fieldset.submit
{
	float: none;
	width: 100px;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

.fieldsetnarrow .textarea {
	width: 400px;
	height: 300px;
	padding-left: 1em;
}

/* for bot trap field in enquiry form */
.lastname {
	visibility:hidden;
}

.error
{
	text-weight:bold;
	color:red;	
}


.formindent
{
	font-size: 10px;
	margin-left: 1em;	
}
.formindentlg
{
	font-size: 12px;
	margin-left: 1em;
	margin-top: .5em;
	color: #CC0000;
}