.fieldset
{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}

.fieldset ul
{
	list-style: none;
	zoom: 1;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	width: 100%;
}

.fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.5em;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

label
{
	float: left;
	width: 10em;
	margin-top: 0px;
	margin-right: .5em;
	margin-left: .5em;
}

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

.smtext
{
	font-size: 10px;
	margin-left: 1em;	
}
.fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: .5em;
	background-image: none;
	padding-bottom: .5em;
}

textarea {
	width: 500px;
	height: 300px;
}

.text {
	width: 110px;
	background-color: #FFFFFF;
}

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

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


