@charset "utf-8";

#form_layout{
	margin:10px 0px 13px;
}
#form_layout table{
	width:760px;
	margin:auto;
	border-collapse:collapse;
}
#form_layout form{
	margin:0px;
}
#form_layout td, #form_layout th{
	text-align:left;
}
#form_layout td{
	width:370px;
	padding:3px;
	border:1px solid #bbb;
}
#form_layout td.td_btn{
	text-align:center;
}
#form_layout th{
	font-weight:normal;
	white-space:nowrap;
	padding:3px;
	border:1px solid #bbb;
}
.input350{
	width:350px;
}
.input200{
	width:200px;
}
.input040{
	width:40px;
}
.text{
	width:350px;
	height:200px;
}
.bgnormal{
	background:#ffffff;
}
.bgerrors{
	background:#ffddff;
}
.btn{
	width:200px;
	height:3em;
}
