#main_area .comment_box table
{
	width: 100%;
}
#main_area .comment_box th
{
	padding: 8px;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#main_area .comment_box td
{
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}
#main_area .comment_box h3
{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#main_area .btn
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
#main_area .btn input
{
	height: 60px;
	width: 200px;
}

#main_area .err_msg
{
	font-weight: bold;
	color: #CC0000;
}
#main_area .sub_text
{
	font-size: 80%;
}