div#mainbody {
padding: 30px 0;
}

div#content {
width: 690px;
margin-top: 20px;
padding: 20px 30px;
text-align: left;
font-family: helvetica, arial;
font-size: 14px;
border: 1px solid #777;
background: #fff;
}

.important {
	border: 1px solid #999;
}

.important {
	padding: 5px 15px 0 15px;
	margin: 40px 20px 30px 20px;
}

.important {
line-height: 32px;
}

span.important-title {
	display: block;
	float: left;
	margin-top: -22px;
	background: #fff;
	padding: 0 8px;
	font-weight: bold;
	font-size: 20px;
}


span.button a {
display: block;padding: 5px 0 0 0;
width: 227px;
height: 34px;
text-align: center;
font-size: 18px;
color: #000;
text-decoration: none;
background: url(../images/button_normal.jpg) no-repeat;
}
span.button a:hover {
background: url(../images/button_over.jpg) no-repeat;
color: #990000;
}