.cssButton{
color: #fff;
border-top:3px double #9cf;
border-left:3px double #9cf;
border-right:3px double #4080BF;
border-bottom:3px double #4080BF;
background: #32A7CA url(../img/bg.gif) left bottom repeat-x;
text-align: center;
-moz-border-radius:5px;
font-size:36px;
} 

.cssButton:hover{
color: #fff;
border-top:3px double #254A70;
border-left:3px double #254A70;
border-right:3px double #508AC5;
border-bottom:3px double #508AC5;
background: #369;
} 