.formtop_txt{}
.form{
	padding:10px;
	border:1px solid #ccc;
}
input{
	margin-right:5px;
}

.button_submit{
	width:150px;
	height:40px;
	letter-spacing:3px;
}

.form table{
	width:550px;
	border-collapse: collapse;
}
.form tr,td{padding: 10px 0;}

.form tr{}
.form th{
	width:80px;
	background:#F7F7F7;
	color:#666;
	border-bottom:1px dotted #ccc;
}
.form td{
	padding-left:5px;
	line-height:1.8em;
	border-bottom:1px dotted #ccc;
}