/* CSS Document */

#contents {
}

#contentsInner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}

#main h3 {
	display: block;
	font-size: 24px;
	line-height: 45px;
	clear: both;
	margin-bottom: 50px;
	font-weight: normal;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0% bottom;
}

#form {
	display:block;
	padding-bottom: 70px;
}

#form p {
	font-size:14px;
	text-align:left;
	line-height:20px;
	padding:10px 5px;
}

#form p strong {
	color:#F00;
}

#form dl {
	display:block;
}

#form dt {
	background:url(../assessment/images/form_dt.gif) no-repeat 0 0;
	height:25px;
	display:block;
	padding:5px 0 5px 35px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:25px;
	margin-bottom:15px;
}

#form dd {
	display:block;
	margin-bottom:20px;
	font-size:14px;
	line-height:25px;
}

#form dd table {
	border-collapse:collapse;
	width:100%;
	margin-bottom: 20px;
	background-color: #FFF;
}

#form .textheght {
	height: 30px;
	padding: 5px;
}

#form input {
	margin-right:2px;
	padding:5px;
}

#form textarea {
	padding:5px;
}

.thanks {
	text-align:center;
}