#contact_form {
	font-size:12px;
	padding-left:20px;
}
#contact_det{
	font-size:12px;
	padding-right:20px;
}
fieldset {
	border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
	margin:6px;
	margin-left: 0px;
	width:300px;
  }
legend {
color:#737a7f;
padding-left:0em;
text-transform:uppercase;
white-space:pre; /* hack: make sure */
}

.br_me {display:none;}

.textfield {
margin:3px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("../images/textfield_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\"";
voice-family:inherit;
width:200px;
}
fieldset>input.textfield {
background: transparent url("../images/textfield_bg.gif") no-repeat;
}
textarea {
	margin:3px;
	border:solid 0 #fff;
	background: transparent url("../images/textarea_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	height:auto;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
fieldset>textarea {
background: transparent url("../images/textarea_bg.gif") no-repeat;
}
.submit {
margin:3px;
background: transparent url("../images/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:80px;
color:#666;
text-transform:uppercase;
}

label {
margin: 0;
margin-top:0.3em;
width:70px;
float:left;
}
