﻿body 
{
    color:#8997a0;
    font-size:13px;
    font-family:Arial;
    line-height:16px;
}  
.ButtonDefault
{
    background:url(images/Buttons/button.gif) no-repeat 0px 1px;
    height:27px; 
    width:67px; 
    border:none; 
    font-size:11px; 
    text-align:left; 
    color:#ffffff; 
    font-weight:bold; 
    text-align:center; 
    margin-left:0px !important; 
    vertical-align:middle; 
    padding-bottom:0px;  
    text-transform:capitalize;
    cursor:pointer;
}
.ButtonDefault:hover
{
    background:url(images/Buttons/button2.gif) no-repeat 0px 1px;
}

.ButtonDefaultLong
{
    background:url(images/Buttons/button_long.gif) no-repeat 0px 1px;
    height:27px; 
    width:164px; 
    border:none; 
    font-size:11px; 
    text-align:left; 
    color:#ffffff; 
    font-weight:bold; 
    text-align:center; 
    margin-left:0px !important; 
    vertical-align:middle; 
    padding-bottom:0px;  
    text-transform:capitalize;
    cursor:pointer;
}
.ButtonDefaultLong:hover
{
    background:url(images/Buttons/button_long.gif) no-repeat 0px 1px;
}