@charset "utf-8";
/* CSS Document */

#form{
	width:700px;
	margin:0px auto;
}

#form th{
	width:160px;
	vertical-align:top;
}

#form td{
	width:540px;
}

#send_btn{
	width:930px;
	text-align:center;
}

#send_btn form{
	display:inline;
}

#complete_msg{
	margin:0px;
	width:660px;
	text-align:center;
}

.send_ok {
	color:#222222;
	float:none;
	line-height:300px;
	margin:0px auto;
	width:930px;
	height:300px;
}

.send_ok img{
	float:none;
	vertical-align:middle;
}

.input_err{
	border:2px #FF0000 solid;
}

table, table td, table th{
	border:none;
}
