@charset "utf-8";

#formWrap {
	width:600px;
	margin:0 auto;
	color:#555;
	line-height:170%;
	font-size:90%;

}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

input {
	margin: 5px 0;
}

input[type="number"] {
	width: 70px;
}

strong {
	color: red;
}

.underLine {
	border-bottom: 1px solid;
}

input[type="submit"] {
padding: 10px 100px;
}

span.req {
float: right;
color: #FA7272;
}

textarea {
	width: 70%;
}