﻿.formLabel {
    display: inline-block;
    width: 110px;
    height: 27px;
    line-height: 27px;
    font-weight: bolder;
}

.shipDate { width: 84px !important; }

.formInput { width: auto; }

.loadDate { width: 50px !important; }

.disabledbutton {
    background-color: #ddd;
}

.formButtonNoAlign {
    background-image: url('img/button_bg.gif');
    height: 27px;
    width: 71px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    cursor: pointer !important;
}

.formButton {
    float: right;
    background-image: url('img/button_bg.gif');
    height: 27px;
    width: 71px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    cursor: pointer !important;
}

.formButton2 {
    float: right;
    background-image: url('img/button_bg_big3.gif');
    height: 27px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: Black;
    border-width: 0px;
    cursor: pointer !important;   
}

.loadSearch {
    float: none !important;
    margin-left: 90px;
}

.formContainer fieldset  
{
    padding: 5px; 
    border:none;
    margin-top:-9px;
}

.formContainer fieldset legend
{
    min-height:12px;
    line-height:22px;
    width:100%;
    background:#454545;
    border-bottom:3px solid #e91c24;
    text-transform:uppercase;
    margin:0px -11px 0 -16px;
    padding:0 16px 0 16px;
    color:White;
}

.formContainer fieldset legend a,
.formContainer fieldset legent a:hover,
.formContainer fieldset legent a:visited
{
    color:White;
}




.formContainer fieldset legend h2
{
    color:White;
    padding:3px;
}

.formLink {
    height: 27px;
    line-height: 27px;
    display: inline-block;
    margin: 0 5px;
    float: left;
}

.formSpacer { margin-left: 10px; }

.formspacer15 { margin-left: 15px; }

.loginForm {
    width: 300px !important;
    margin: 15% auto !important;
}
