﻿.buttonOrange
{
   float:left; 
   background-image: url(/img/buttons/orange_212_27.gif); 
   width: 212px; 
   height: 27px; 
   background-repeat: no-repeat; 
   text-align: center; 
   padding-top:5px;  
   margin-left:10px;
   margin-top: 10px;
}

.buttonGray, .buttonGraySmall, .buttonGrayBig, .buttonGrayNoML
{
   float:left; 
   background-image: url(/img/buttons/darkgrey_205_27.gif); 
   width: 205px; 
   height: 27px;    
   background-repeat: no-repeat; 
   text-align: center; 
   padding-top:5px;  
   margin-left:10px;
   margin-top: 10px;
}

.buttonGrayNoML
{
   margin-left:0px;
}

.buttonGraySmall
{
   background-image: url(/img/buttons/darkgrey_159_27.gif); 
   width: 159px; 
   height: 27px; 
}

.buttonGrayBig
{
   background-image: url(/img/buttons/darkgrey_382_27.gif); 
   width: 382px; 
   height: 27px; 
}
