.wrap-form {
	width: 700px;
	padding: 20px 5px;
	margin-left: 50px;
}

.wrap-form dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	display: table;
	background: #666;
}

.wrap-form dt {
	width: 180px;
	float: left;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	letter-spacing: 2px;
	background: #666;
}

.wrap-form dd {
	width: 450px;
	float: left;
	color: #000;
	padding: 5px 0 5px 20px;
	border-left: 4px solid #333;
	background: #999;
}

input, select, option, textarea{
	color: #333;
	padding: 3px;
}

.input-b {
	width: 200px;
	background-color: #efc;
	border-left: 1px solid #9cc;
	border-right: 2px solid #066;
	border-top: 1px solid #9cc;
	border-bottom: 2px solid #066;
	margin-top: 20px;
	padding: 5px;
	color: #00375E;
	font-weight: bold;
	letter-spacing: 3px;
}
.copy{
	text-align:right;
	display: none;
}.copy a{
	font-size:70%;
	text-decoration:none;
	color:#ccc;
	background-color:#eee;
	display: none;
}
.hiss { color: #f90; font-size: 80%; padding-left: 10px; background-color: #fff; }
.err { color: red; background-color: #fff; }
.point { color: #3B6C53; background-color: #fff; }
.align-c { text-align: center; }
.input-s { width: 200px; }
.input-m { width: 300px; }
.input-l { width: 400px; }
.inp4 { width: 80px; }
.inp2 { width: 40px; }
