
label {
	margin:  0;
	padding: 0.2em 1em 0.2em 0.2em;
	margin-top: 0.3em;
	text-align: right;
	width: 90px;
	float: left;
	text-transform: uppercase;
}


fieldset {
	border: solid 0 #fff; /* Opera doesn't get border: none or border: 0 on fieldsets */
	width: 630px;
/*
	float: left;
*/
	margin:  0px;
	padding:  0px;
	color: #555;
}

legend {
	color: #555;
}

.textfield {
	font: 1em  Verdana, Arial, Helvetica, sans-serif ;
	color: #333 ;
	margin: 3px;
	height: 20px;
	border: solid 0 #fff;
	padding:  3px 8px;
	background:  transparent url("textfield_bg.gif") no-repeat fixed;
	width: 200px;
	voice-family:  "\"}\""; 
	voice-family: inherit;
}

fieldset>input.textfield {
	background:  transparent url("textfield_bg.gif") no-repeat;
}

textarea {
	margin: 3px;
	height: 165px;
	width: 200px;
	border: solid 0 #fff;
	padding:  0 8px;
	background:  transparent url("textarea_bg.gif") no-repeat fixed;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333 ;
	voice-family:  "\"}\""; 
	voice-family: inherit;
}

fieldset>textarea {
	background:  transparent url("textarea_bg.gif") no-repeat;
}

.radio {
	width: auto;
}

button {
	margin:  0px;
	padding:  0px;
	border-width:  0px;
	background:  #FFFFFF;
	
	text-align:  left;
	float:  left;
	display: block;
	cursor: pointer;
}
