#contact form {
	width:50%;
	float:left;
}
fieldset {  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #BFBAB0;  
	background-color: #F2EFE9;
	background-image: url(../../images/misc/form-bg.jpg);  
	background-repeat: repeat-x; 
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}
label {  
	float: left;  
	width: 6.5em;  
	margin-right: .5em;  
	text-align: right;
}
legend {  
	margin-left: 1em;  
	padding: 0 1em;  
	color: #000;  
	font-weight: bold;
}

fieldset.submit {  
	float: none;      
	padding-left: 12em;
	padding: 1px 2px;
	background: url(../../images/misc/formbg.gif) repeat-x left top;
	text-align:center;
}
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../../images/misc/formbg.gif) repeat-x left top;
}