@charset "utf-8";
/* CSS Document */

#form{
	width:640px;
	margin:0px auto;	
}

#form table{
	width:640px;
	margin:0px auto;
	border-collapse:separate;
}

#form div.top{
	width:640px;
	height:30px;
}

#form div.middle{
	width:640px;
	background-position:left;
}

#form div.bottom{
	width:640px;
	height:25px;
}

#form tbody th{
	width:220px;
	vertical-align:top;
	margin-left:100px;
	background-position:left top;
	background-color:#FFFFFF;
}

#form tbody th .text{
	border-bottom:2px solid #3399FF;
	background-color:#DDF1FB;
	line-height:20px;
}

#form tbody td{
	width:420px;
	border:none;
}

#send_btn{
	width:500px;
	text-align:center;
	margin:0px auto;
}

#send_btn form{
	display:inline;
}

#complete_msg{
	margin:0px;
	width:660px;
	text-align:center;
}

.send_ok {
	color:#222222;
	float:none;
	margin:0px auto;
	width:640px;
	height:300px;
}

.send_ok img{
	float:none;
	vertical-align:middle;
}

.input_err{
	border:2px #FF0000 solid;
}

table, table td, table th{
	border:none;
}

li.warning{
	background-image:url(../images/caution.png);
	line-height:35px;
	padding-left:35px;
	background-repeat:no-repeat;
}