/* CSS Document */
#acbox1{
	float:left;
}
#acbox1 a{
	font-size:12px;
	color:#616060;
	text-decoration:none;
}
#acbox1 a:hover{
	font-size:12px;
	color:#CC0000;
	text-decoration:underline;
}

#acbutton{
	float:right;
	margin-top:30px;
	text-align:center;
	width:700px;	
	/*margin-right:200px;*/
}
#acnew{
	width:700px;
	float:left;
	margin-top:30px;
	background:#f5f5f5;
}
#acbox2{
	width:340px;
	float:left;
	padding-top:3px;
	padding-left:20px;
	background:#f5f5f5;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
#acbox3{
	width:340px;
	float:left;
	background:#f5f5f5;
}

