﻿#cpanel{
	width:700px;
	overflow:hidden;	
}
#cpanel div.icon{
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#cpanel div.icon a{
	background:url('../images/bground.png') no-repeat;
	width: 126px;
	height: 137px;
	color: rgb(86, 86, 86);
	text-decoration: none;
	float: left;
	display: block;
	font-family:Arial;
	font-size:12px;
}
#cpanel div.icon a:hover{
	background:url('../images/bgHover.png') no-repeat;
	color:#1866b6;
}
#cpanel img{
	margin: 0px auto;
	padding: 10px 0px;
	border:0px;
}
#cpanel span{
	text-align: center;
	display: block;
	padding:0px 5px;
}
