.form_form{
	width:100%;
}
.form_little{
	width:550px;
}
.form_caption{
	font-weight:800;
	text-align:right;
}
.form_hint{
	font-size:10px;
}

.form_edit{
	border-left:1px solid #425C77;
	border-right:1px solid #425C77;
	border-top:1px solid #425C77;
	border-bottom:1px solid #425C77;
	width:185px;
}

.form_time{
	border-left:1px solid #425C77;
	border-right:1px solid #425C77;
	border-top:1px solid #425C77;
	border-bottom:1px solid #425C77;
	width:55px;
}
.form_password{
	border-left:1px solid #425C77;
	border-right:1px solid #425C77;
	border-top:1px solid #425C77;
	border-bottom:1px solid #425C77;
	width:185px;
}
.form_combo{
	width:186px;
	font-size:10px;
}
.form_file{
	border-left:1px solid #425C77;
	border-right:1px solid #425C77;
	border-top:1px solid #425C77;
	border-bottom:1px solid #425C77;
	width:268px;
}
.form_textarea{
	border-left:1px solid #425C77;
	border-right:1px solid #425C77;
	border-top:1px solid #425C77;
	border-bottom:1px solid #425C77;
	width:300px;
	height:100px;
}
.form_rtf{
	border-left:1px solid #425C77;
	border-right:1px solid #425C77;
	border-top:1px solid #425C77;
	border-bottom:1px solid #425C77;
	width:500px;
	height:150px;
}

.form_element{
	text-align:left;
	vertical-align:top;
}
