﻿.button
{
 height:37px;
 text-decoration:none;
 cursor:pointer;
}

.button .cellLeft
{
 background: url("/imgs/btns/btn_left.png");
 width:12px;
 float:left;
 height:37px;	
}

.button .cellCenter
{
 background: url("/imgs/btns/btn_repeat.png");
 height:37px;
 float:left;
}

.button .text
{
 padding-top: 7px;
 height:37px;
 font-family:Verdana;
 font-weight:bold;
 color:Black;
 float:left;
}

.button .cellRight
{
 background: url("/imgs/btns/btn_right.png");
 width:12px;
 float:left;
 height:37px;		
}

.buttonClick
{
 height:25px;
 text-decoration:none;
 cursor:pointer;
}

.buttonClick .cellLeft
{
 background: url("/imgs/btns/btn_over_left.png");
 width:12px;
 float:left;
 height:25px;	
}

.buttonClick .cellCenter
{
 background: url("/imgs/btns/btn_over_repeat.png");
 height:25px;
 float:left;
}

.buttonClick .cellRight
{
 background: url("/imgs/btns/btn_over_right.png");
 width:12px;
 float:left;
 height:25px;	
}

.buttonClick .text
{
 padding-top: 6px;
 height:25px;
 font-family:Verdana;
 font-weight:bold;
 color:Black;
 float:left;
}
