﻿/*=============== div buttons ==============*/
.button-outer
{    
    float: left;
}

.button-left
{
    float: left;
    width: 5px;
    height: 22px;
    background-image: url(../images/ui/btn/btn_leftround_red.gif);
    background-repeat: no-repeat;
}

.button-text
{
    float: left;        
    height: 22px;    
    background-image: url(../images/ui/btn/btn_mainbg_red.gif);
}

.button-text input
{
    border: 0px;
    background-color: Transparent;
    height: 22px;
    font-family: Trebuchet MS,Verdana;
    /*font-size: 11px;*/
    color: #ffffff;    
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    cursor:pointer;
   /*background-image: url(../images/ui/btn/btn_mainbg_red.gif);*/
}

.button-right
{
    float: left;
    width: 5px;
    height: 22px;
    background-image: url(../images/ui/btn/btn_rightround_red.gif);
    background-repeat: no-repeat;
}

.button-separator
{
    float: left;
    width: 5px;
    font-size: 1px;
}