input, select, textarea {
	background-color: #f3f3f3;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #666;
	margin: 6px 0;
	padding: 2px 0 2px 2px;
	height: auto;
	width: 225px;
	}
input:focus, select:focus, textarea:focus {
	color: #000;
	background-image: none;
	background-color: #fff;
	}
select {
	font: normal 85% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	height: auto;
	width: 225px;
	}
textarea {
	height:;
	font:;
	white-space:;
	width:;
	}
label {
	color: #333;
	font: normal 100%/normal "Arial Unicode MS", Arial, Helvetica, SansSerif;
	text-align:;
	display: inline;
	margin: 0;
	}
.radio {
	width:;
	display:;
	vertical-align:;
	background-color:;
	background-image:;
	display:;
	border: ;
	margin:;
	}
.button, .button:focus {
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fcfcfc;
	background-image: url(../_images/btn-submit.gif);
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	color: #333;
	padding: 0;
	margin:;
	float:;
	height: 25px;
	width: 100px;
	}
.button:hover {
	background-color: #fff;
	color: #333;
	}
.required {
	color: #c3c3c3;
	font-size: 80%;
	}
.description {
	line-height: 11px;
	color: #666;
	font-size: 70%;
	}
fieldset {
	padding: 5px;
	border: 1px dotted #999999;
	margin: 0;
	width: 230px;
	height: auto;
	}
legend {
	font-family: "Arial Unicode MS", Arial, Helvetica, SansSerif;
	font-size: 90%;
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
	}
