label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label 	{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	font-weight: bold;
}

.label2	{
	width: 100px;
}

br 	{
	clear: left;
}

fieldset{
	border: dashed 1px #fff;
}

.textfield {
	margin:3px;
	padding: 3px 8px;
	width:200px;
	border:solid 0 #fff;
	background: transparent url("images/textfield_bg.gif") no-repeat fixed; 
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
}

fieldset>input.textfield {
	background: transparent url("images/textfield_bg.gif") no-repeat; 
}

legend	{
	font-weight:bold;
	color:#38ABA4;
	padding:1em;
}

textarea {
	margin:3px;
	height:165px;
	border:solid 0 #fff;
	padding: 0 10px;
	background: transparent url("images/textarea_bg.gif") no-repeat fixed;
	width:300px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:290px;
}

fieldset>textarea {
	background: transparent url("images/textarea_bg.gif") no-repeat;
}

.butset	{
	border:solid 0 #fff;
}

.submit	{
	margin:3px;
	background: transparent url("images/submit.gif") no-repeat;
	height:20px;
	border:solid 0 #fff;
	width:80px;
	font-weight:bold	
}
