form td {height:30px;*height:25px;}
.input_text,.input_text_middle,.input_text_short,.input_text_very_short,textarea{
	font:12px arial,helvetica,sans-serif;
	background:#fff;
	border-color:#f60;
	border-style:solid;
	border-width:1px;
}
.input_text{width:182px}
.input_text_middle{width:127px}
.input_text_short{width:77px}
.input_text_very_short{width:50px}
textarea{width:327px;height:100px}
.required {color: red}