﻿/* Image Button Styles */
.custom-button-outer-box
{
    border-left-color: #e1b356;
    border-bottom-color: #e1b356;
    vertical-align: top;
    border-top-style: solid;
    border-top-color: #e1b356;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e1b356;
    border-bottom-style: solid;
}
.custom-button-outer-box
{
    border-top-width: 1px;
    padding: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
    margin: 0px;
    border-right-width: 0px;
}
.custom-button
{
    border: 0px;
    padding: 0px;
    font-weight: normal;
    background: url( '/images/bkrnd_SSButton.gif' ) #ddd repeat-x left top;
    vertical-align: middle;
    cursor: pointer;
    color: #845100;
    list-style-type: none;
    text-decoration: none;
    outline: none;
}
.subbutton
{
    margin: 2px 2px 2px 6px;
}
.custom-button-inner-box
{
    border-left-color: #e1b356;
    border-bottom-color: #e1b356;
    vertical-align: top;
    border-top-style: solid;
    border-top-color: #e1b356;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e1b356;
    border-bottom-style: solid;
}
.custom-button-inner-box
{
    border-top-width: 0px;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 12px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    margin: 0px -1px;
    border-right-width: 1px;
}

.login-button-outer-box 
{
    border: 1px solid #292e6d;
    vertical-align: top;
}

.login-button-outer-box 
{
    border-top-width: 1px;
    padding: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
    margin: 0px;
    border-right-width: 0px
}

.login-button 
{
    border: 0px;
    padding: 0px;
    font-weight: normal;
    background: url('/images/searchButtonBackground.gif') #ddd repeat-x left top;
    vertical-align: middle;
    cursor: pointer;
    color: #845100;
    list-style-type: none;
    text-decoration: none;
    outline: none
}

.loginbutton 
{
    margin: 2px 2px 2px 6px;
}

.login-button-inner-box
{
    border-left-color: #292e6d;
    border-bottom-color: #292e6d;
    vertical-align: top;
    border-top-style: solid;
    border-top-color: #292e6d;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #292e6d;
    border-bottom-style: solid
}

.login-button-inner-box 
{
    border-top-width: 0px;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    border-left-width: 1px;
    border-bottom-width: 0px;
    margin: 0px -1px;
    border-right-width: 1px
}
