@charset "utf-8";
/* CSS Document */

ul{
	list-style:none;
}

ul li{
	background-image:url(../images/information.png);
	position:left top;
	background-repeat:no-repeat;
	padding-left:50px;
	height:42px;
	line-height:21px;
}

ul li.warning{
	background-image:url(../images/caution.png);
}

table#form{
	width:640px;
	margin:0px auto;
	border-collapse:collapse;
}

#form{
	width:640px;
	margin:0px auto;	
}

#form div.top{
	background-image:url(../../images/base/contact_t_bg.png);
	width:640px;
	height:30px;
}

#form div.middle{
	background-image:url(../../images/base/contact_m_bg.png);
	width:640px;
	background-position:left;
}

#form div.bottom{
	background-image:url(../../images/base/contact_b_bg.png);
	width:640px;
	height:25px;
}

#form tbody th{
	background-image:url(../../images/base/contact_label_bg.png);
	width:220px;
	vertical-align:top;
	margin-left:100px;
	background-color:transparent;
	background-position:left top;
}

#form tbody td{
	width:420px;
	border:none;
}

#send_btn{
	width:900px;
	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:100px;
	margin:0px auto;
	width:930px;
	height:100px;
}

.send_ok img{
	float:none;
	vertical-align:middle;
}

.input_err{
	border:2px #FF0000 solid;
}

table, table td, table th{
	border:none;
}