
body {
  background-image: url("../../images/bg.img.cms.admin.left-bar.png")
}

#loginForm_Fields li input.button{
    background: url("../../images/botonVerde.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    font-family: Arial;
    font-size: 14px;
    height: 28px;
    margin-top: 2px;
    text-align: center;
    white-space: nowrap;
    width: 85px;
    cursor:pointer;
}

#loginForm {
    background: url("../../imagescomp/formulario.png") no-repeat scroll 0 0 transparent;
    left: 27%;
    position: absolute;
    top: 33%;
    width: 637px;
    height: 367px;
    z-index: 5;
}

#loginForm_Fields{
    float:right;
    margin-top: 8px;
    width: 289px;
    list-style: none;
    margin-right: 120px;
}

#loginForm_Fields li{
    margin-top:12px;
    margin-left:50px;
}

#loginForm_Fields li label{
    color: gray;
    font-family: arial;
    font-size: 14px;
}

#loginForm_Fields li input, #loginForm_Fields li select {
    border: 1px solid lightgray;
    margin-top: 6px;
    padding: 2px;
    width: 300px;
    height: 24px;
    background: none repeat scroll 0 0 white;
    color: #000000;
    font-family: Verdana;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

#loginForm_Messages {
    clear: right;
    color: red;
    font-family: Arial;
    padding-top: 18px;
    text-align: center;
}

#s-Image_1
{
    border-color:#000;
    border-style:none;
    border-width:0;
    cursor:default;
    font-size:0;
    height:100%;
    left:0;
    overflow:hidden;
    position:fixed;
    top:-2px;
    width:100%;
    z-index:2;
}