﻿.infoborders-button a, .infoborders-button a:link, .infoborders-button a:hover, .infoborders-button a:visited, .infoborders-button a:active 
{
    color: white !important;
    text-decoration: none;
    /*vertical-align: top;*/
    line-height: 22px;
    height: 22px;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    margin: 0 -13px;
    vertical-align: middle; /*for ie*/
    background-color: transparent !important;    
    cursor: pointer;
    outline: none;   
}

.infoborders-button input {
    color: white !important;    
    background:none;
    border:0;
    /*vertical-align: top;*/
    vertical-align: middle; /*for ie*/
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    margin: 0px -13px;
    background-color: transparent !important;    
    cursor: pointer;
    outline: none;
    padding-bottom: 2px; /*FF*/
}

.infoborders-button
{
    background-position: left top;
    background-image: url(button_left.png);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 10px;
    margin: 0px 3px 0px 3px;
    height: 22px;
    color: white;
    display: inline-block;
    line-height: 19px;
    cursor: pointer;    
}

.infoborders-button-right
{
    background-position: right top;
    background-image: url(button_right.png);
    background-repeat: no-repeat;
    padding: 0px 10px 0px 0px;
    height: 22px;
    display: inline-block;
}

.infoborders-button-background
{
    background-position: left top;
    background-image: url(button.png);
    background-repeat: repeat-x;
    /*padding: 3px;*/
    height: 22px;
    display: inline-block;    
}

.infoborders-button-hover
{
    background-position: left top;
    background-image: url(button_hover_left.png);
    background-repeat: no-repeat;
}

.infoborders-button-right-hover
{
    background-position: right top;
    background-image: url(button_hover_right.png);
    background-repeat: no-repeat;
}

.infoborders-button-background-hover
{
    background-position: left top;
    background-image: url(button_hover.png);
    background-repeat: repeat-x;
}

.infoborders-button-focus
{
    background-position: left top;
    background-image: url(button_hover_left.png);
    background-repeat: no-repeat;
}

.infoborders-button-right-focus
{
    background-position: right top;
    background-image: url(button_hover_right.png);
    background-repeat: no-repeat;
}

.infoborders-button-background-focus
{
    background-position: left top;
    background-image: url(button_hover.png);
    background-repeat: repeat-x;
}

.infoborders-button-click
{
    background-position: left top;
    background-image: url(button_click_left.png);
    background-repeat: no-repeat;
}

.infoborders-button-right-click
{
    background-position: right top;
    background-image: url(button_click_right.png);
    background-repeat: no-repeat;
}

.infoborders-button-background-click
{
    background-position: left top;
    background-image: url(button_click.png);
    background-repeat: repeat-x;
}

.ib-button {
    
}