input, textarea, select
{
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    color: #4C4C4C;
}

select
{
    height: 19px;
    width: auto;
}

.textfield
{
    background: #000000;
}

input.login_panel_input
{
    background: #F1EDE7;
    height: 15px;
    width: 140px;
}
/* GRAPHICAL BUTTONS with SLIDING DOOR method */
button 
{ 
    border: 0;
    cursor:pointer; 
    font-weight:normal; 
    padding:0px 14px 0 0; 
    text-align:center;   
    width:auto; 
    overflow:visible; 
}

button span
{   
    position:relative;
    padding:0px 0 0 26px; 
    margin:0px 0px;
    display:block;
    white-space:nowrap; 
}

button.button_disabled span 
{
    color: #FF0000;
}

button.submitBtn
{
    background:url("../../image/button/btn_right.gif") right 2px no-repeat;
    font-size:10px;
    height:25px;
}
button.submitBtn span 
{
    background:url("../../image/button/btn_left.gif") left 0px no-repeat;
    color: #4C4C4C;
    height:22px; 
    line-height:20px;
    margin-top: 1px;
}

/******************************************/
/* BUTTON ALIGNMENT */
div.form-button-left,.form-button-right{
    padding-top: 10px;
    width: 750px;
}
div.form-button-left{
    float: left;
    text-align: left;
}
div.form-button-right{
    text-align: right;
}
/******************************************/
