#contentsMiddle #contentsMain h2{
	background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 870px;
	height: 30px;
	text-indent: -9999px;
}
#contentsMiddle #contentsMain p{
	margin-left: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #584F4C;
}
#entryForm {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 700px;
}


#entryForm fieldset{
	padding-bottom: 20px;
}


#entryForm dt {
	color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 20px;
	width: 170px;
	float: left;
}

#entryForm dd {
	width: 500px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	color: #333333;
}
#entryForm dd .errorText{
	color: #CC0000;
}

#entryForm .spacer {
	margin-top: 0px;
	height: 30px;
}
