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

.about_right dl{
	clear: both;
	overflow: hidden;
	font-size: 14px;
}
#contact .about_right dl dt{
	float: left;
	font-weight:bold;
	width: 30%;
	margin: 0 0 20px 0;
}
#contact .about_right dl dt span{
	color: #FF0000;
}
#contact .about_right dl dd{
	float: left;
	width: 70%;
	margin: 0 0 20px 0;
}
#contact .about_right dl dd input{
	width:200px;
}
#contact .about_right dl dd textarea{
	width: 400px;
	height: 180px;
}
#contact .submit{
	text-align: center;
	margin-top: 20px;
}
#contact .submit input{
	padding: 8px 40px;
	font-size: 16px;
	background-color: #ccc;
	border-style: none;
	cursor: pointer;
}
