@charset "utf-8";
/* CSS Document */

/* top image */
#topimage{
	background-image:url(../../images/contents/contact/sub_title.png);
	width:950px;
	height:150px;
}

table#form{
	width:640px;
	margin:0px auto;
	border-collapse:separate;
}

#form{
	width:640px;
	margin:0px auto;	
}

#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 div.text{
	background-color:#e6f4fe;
	line-height:25px;
	border-bottom:1px solid #c0e1fc;
}

#form tbody td{
	width:420px;
	border:none;
}

#form.confirm tbody td{
	border-bottom:1px solid #c0e1fc;
}

#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:930px;
	height:300px;
}

.send_ok img{
	float:none;
	vertical-align:middle;
}

.input_err{
	border:2px #FF0000 solid;
}

table, table td, table th{
	width:640px;
	border:none;
}

textarea{
	width:400px;
}
