body
{
    background-position: top;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url('images/bg_login_fondo-1x300.png');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

fieldset, form, label, legend
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.textUsuario
{
    background-image: url('images/user.png');
    background-repeat: no-repeat;
    background-position: 0% center;
    margin-right: 10px;
}

.textPass
{
    background-image: url('images/Lock.png');   
    background-repeat: no-repeat;
    background-position: 2% center;
    margin-right: 10px;
   
}

.textEntry
{
    font: 99% sans-serif;
    font-size: 12px;
    padding: 8px;
    min-width: 50px;
    width: 200px;
    max-width: 250px;
   padding-left:30px;
}

.logintxtfont
{
    font-size: 12px;
    color: #BDBDBD;
}

.form label
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.block
{
    display: block;
    margin-bottom: 15px;
}

.form_left
{
    float: left;
    margin-right: 20px;
}

form fieldset
{
    display: block;
    margin-bottom: 11px;
}

.actions
{
    clear: both;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.login_bg
{ 
   /* background: url("images/login_F07D00.png") no-repeat bottom;*/
    background: url("images/loginGasData.png") no-repeat bottom;
    margin: 100px auto 0px;
    width: 683px;
    height: 450px;
}
.login_bg .login_bg_top
{
    margin: 100px auto 0px;
    width: 682px;
    background-color: #3366FF;
}
.login_main_data
{
    margin: 170px 0px 0px 50px;
    width: 592px;
    float: left;
}

{
    margin: 0px 0px 0px 8px;
    width: 576px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*Loading */
.updateProgress
{
    background-color: ghostwhite;
    filter: alpha(opacity=70);
    opacity: 0.7;
    opacity: 0.7;
    padding-top: 20%;
    padding-left: 45%;
}

.updateProgress div
{
    background-color: GhostWhite;
    padding: 4px;
    position: absolute;
    top: 5%;
    left: 45%;
}

.button
{
    width: 160px;
    height: 45px;
    background-color: #000000;
    cursor: pointer;
}

.buttonText
{
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}


.buttonLogin
{
    background-image: url('images/UnLock.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: rgb(235, 235, 235);
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(153, 153, 153);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(153, 153, 153);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(153, 153, 153);
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 30px;
}

.buttonLogin:hover
{
    color: rgb(102, 102, 102);
}

.buttonModal
{
    width: 100px;
    height: 35px;
    background-color: #000000;
    cursor: pointer;
}

.buttonTextModal
{
    font-size: 12px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.buttonBG
{
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: rgb(235, 235, 235);
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(153, 153, 153);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(153, 153, 153);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(153, 153, 153);
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 30px;
}

.buttonSaveModal
{
    background-image: url('images/save_16.png');
}

.buttonCancelModal
{
    background-image: url('images/delete_12.png');
}



.corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-bottom-right-radius: 5px;
}
.corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    border-bottom-left-radius: 5px;
}
.corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    border-top-right-radius: 5px;
}
.corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    border-top-left-radius: 5px;
}



/* Overlays */
.ui-widget-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.ui-widget-shadow
{
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}*/

