.button_cpanel
{
  width:125px;
  height:30px;
  display: block;								 
  
  text-align: center;
  text-decoration: none;
 
  font-size: 12px;
  font-weight: bold;
 
  color : #808080;
  border: 1px solid #DDD;  
  padding: 63px 1px 2px 1px;
  background-repeat: no-repeat;    
  background-position: 40px 13px;    
  background-color: #F1F3F5;    
}

.button_cpanel:hover
{
  text-decoration: none;

  color : #C64934;  
  border: 1px solid #c24733;    
  padding: 65px 0px 1px 2px;
  background-position: 41px 15px;      
  background-color: #f1e8e6;   
} 


/**** toolbar *************/
table.toolbar td.spacer  { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }
table.toolbar a  { width: 80px; display: block; white-space: nowrap; padding: 35px 1px 2px 1px; cursor: pointer; text-align: center; color: #666; font-size: 11px; border-left: 1px solid #eee; border-top: 1px solid #eee;	border-right: 1px solid #eee; border-bottom: 1px solid #eee; background-repeat:no-repeat; background-position: 25px 5px; }
table.toolbar a:hover { border-left: 1px solid #eee; border-top: 1px solid #eee; border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;	text-decoration: none;	color: #0B55C4;}
