@charset "utf-8";
/* CSS Document */
.bg {
	height: 128px;
}
.middle .main {
	float:none;
	width:100%;
}
.form {
	width: 635px;
	padding:42px 0 21px 0;
	margin:0 auto;
}
.form h3 {
	text-align:center;
	font-size:20px;
	margin-bottom:42px;
}
.form dl {
	margin-bottom:25px;
}
.form dt {
	font-size:15px;
	width: 229px;
	height: 32px;
	line-height:32px;
	float:left;
	clear:left;
	border-left:7px solid #000;
	border-bottom:1px solid #000;
	padding-left:5px;
	margin-right:10px;
}
.form dt strong {
	color:#f00;
	font-size:12px;
	margin-left:16px;
}
.form dd {
	font-size:15px;
	width: 380px;
	height:32px;
	float:left;
	line-height:1.4em;
	margin-bottom:12px;
}
.form input[type="text"] {
	border:none;
	width: 357px;
	padding-left:12px;
	height:32px;
	box-shadow:5px 6px 6px 2px #d1d1d1;
-moz-box-shadow:5px 6px 6px 2px #d1d1d1;
-webkit-box-shadow:5px 6px 6px 2px #d1d1d1;
}
.form textarea {
	font-size:13px;
	border:none;
	width: 357px;
	padding-left:12px;
	height:178px;
	box-shadow:5px 6px 6px 2px #d1d1d1;
-moz-box-shadow:5px 6px 6px 2px #d1d1d1;
-webkit-box-shadow:5px 6px 6px 2px #d1d1d1;
vertical-align:top;
}
.form input[type="image"] {
	display:block;
	margin:0 auto;
}