@charset "utf-8";
/* CSS Document */

#btnarea{
	width:200px;
	height:50px;
	background:url(../images/dbtn.png) no-repeat;	
	margin: 30px auto;
}
#btnarea a{
	display:block;
	width:200px;
	height:36px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	padding-top:14px;
	text-decoration:none;
	cursor:pointer;	
}
#btnarea2{
	width:200px;
	height:50px;
	background:url(../images/dbtn.png) no-repeat;	
	margin: 30px ;
}
#btnarea2 a{
	display:block;
	width:200px;
	height:36px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	padding-top:14px;
	text-decoration:none;
	cursor:pointer;	
}
#contact_areain,#contact_areain table{
	width:100%;
		
}
#contact_areain table th{
	width:35%;
}
#contact_areain table th
,#contact_areain table td{
	font-size:11pt;
}

#contact_areain table input,#contact_areain table select{
	padding:5px 10px;	
}
.textmiddle,.detailtextarea{
	width:360px;	
}
.detailtextarea{
	height:160px;
	padding:5px 10px;
}
.error{
	display:none;	
	color:#F00;
}