#content{
	float:left;
	margin-top:30px;
}

#content h1 {
	font-size:18px;
	color:#1170DC;
	font-weight:normal;
}

#content td{
	font-size:12px;
	padding:10px;
	border-bottom:1px solid #999;
}

.button a {
	float:left;
	display:block;
	background:url(../../img/bg_button_back.gif) top;
	width:280px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:right;
	padding-right:20px;
	margin-left:327px;
	margin-top:50px;
	text-decoration:none;
}
.button a:hover {
	background:url(../../img/bg_button_back.gif) bottom;
}
