.input_text {
	border: 		1px solid #b89f9b;
	background:		#fff;
	color:			#6D4432;
	font-size:		10px;
}

.input_button {
	border-top:		1px solid #b89f9b;
	border-left:	1px solid #b89f9b;
	border-right:	1px solid #472f24;
	border-bottom:	1px solid #472f24;
	background:		#6D4432;
	font-family: 	"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:		10px;
	color:			#fff;
}

.input_radio {
}

.radio_label {
	margin-bottom:	4px;
}

label {
	color:			#6D4432;
}

select {
	color:			#6D4432;
	font-size:		10px;
}

.full {
	width:			308px;
}