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;
}

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

#masterpanelrt ul
{
	margin: 0px;
	padding: 0px;	
}

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;
}

#masterpanelrt li
{
	float: left;
	clear: left;
	padding-bottom: 1em;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

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

#masterpanelrt label
{
	float: left;
	width: 9em;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 10px;
	color: #666666;
}

.texthm
{
	width: 11em;
}
.texthmsm
{
	width: 4em;
}

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

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

.smtext
{
	font-size: 10px;
	margin-left: 1em;	
}

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

input.button {
	width: 7em;
	margin-left: 10.5em;
}

#customlist {
    width: 2em;
	float: right;	
}

.textarea {
	width: 300px;
	height: 100px;
}

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

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

#masterpanelrt form ul li {
    width: 280px;
}

