input,select,textarea {
	font-family:'Trebuchet MS',Arial,Verdana,Helvetica,Sans-serif;
	margin:0;
	padding:0;
	border:0;
	background:0;
}

span.form_text {
	border:1px solid #000;
	display:inline-block;
	/display:inline;
}

span.form_password {
	border:1px solid #000;
	display:inline-block;
	/display:inline;
}

span.form_textarea {
	border:1px solid #000;
	display:inline-block;
	/display:inline;
}

span.form_select {
	border:1px solid #000;
	display:inline-block;
	background:#fff;
}

span.form_submit {
	border:1px solid #000;
	display:inline-block;
}

input.text {
	width:160px;
}

input.password {
	width:160px;
}

textarea.textarea {
	overflow:auto;	/*ie scrollbar*/
	width:160px;
	height:120px;
	resize:none;	/*chrome antiresize*/
}

input.checkbox {
	/width:13px;	/*IE fix size*/
	/height:13px;	/*IE fix size*/
}


input.submit {
	overflow:visible;
	width:160px;
	height:22px;
}

select.select {
	height:22px;
	width:160px;
	font-size:14.5px;
}

.label {
	color:#666;
}

.field {
	color:#039;
	background-color:#fff;
}