body { background:url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/bg.gif") repeat-x left top #d4d3d3; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #333; }
a, a:active, a:link, a:visited { text-decoration:none; color: #FFF; }
a:hover { text-decoration: underline; color: #CCC; }
h1 {
    font-size:24px;
    font-style:italic;
    font-weight:normal;
    color:white;
    line-height:35px;
    margin-bottom:0px;
    margin-top:80px;
    text-align: center;
}
#login {
    margin:10px 0px 0px 0px;
    border:1px solid #666;
    background:url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/bg_login.gif") repeat-x left top #f6f5f5;
    padding:20px;
}
#forgot {
    margin:0px auto 30px auto;
    width:235px;
    text-align: center;
}
p.tip {
    padding-left:20px;
    display:block;
    background-image: url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/icons/lightbulb.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}
p.error {
    padding-left:20px;
    display:block;
    background-image: url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/icons/exclamation.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #900;
}
/*.button {
    background: url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/but_right_blue.gif") no-repeat scroll right top transparent;
    border: 0 none;
    color: #1b486a;
    cursor: pointer;
    display: block;
    float: left;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    height: 29px;
    margin: 10px 6px 0 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 12px 0 0;
    text-decoration: none;
}
.button span {
    background: url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/but_left_blue.png") no-repeat left top;
    display: block;
    line-height: 29px;
    padding: 0px 0px 0px 12px;
    outline: none ;
    float:left;
    color: #FFFFFF;
}
.button:hover {
    background-position: right bottom;
    text-decoration:none 
}
.button:hover span {
    background-position: left bottom;
}*/
.button{
    display:       inline-block;
    padding:       5px 20px;
    background:    #3696df url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/button.png") repeat-x;
    background:    -moz-linear-gradient(#a8c8e2, #3696df);
    background:    -o-linear-gradient(#a8c8e2, #3696df);
    background:    -webkit-linear-gradient(#a8c8e2, #3696df);
    background:    linear-gradient(#a8c8e2, #3696df);
    border:        1px solid #4d619c;
    border-radius: 6px;
    color:         #fff !important;
    cursor: pointer;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    text-align:    center;
    text-shadow:   1px 1px 0 #303030;
    text-decoration: none !important;
}
.button:hover{
    color:         #fff;
    border:        2px solid #3c56a4;
    padding:       4px 19px;
}
.button span{
    text-decoration: none;
}
.black_button {
    margin: 0px;
    padding: 0px ;
    border: 0px;
    background: transparent url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/but_login_span.gif") no-repeat scroll top right;
    color: #FFF;
    display:block;
    float: right;
    width:105px;
    height: 30px;
    margin-right: 6px;
    margin-top:10px;
    padding-right: 12px ;
    text-decoration: none;
    overflow: hidden;
    font-size: 12px;
    outline: none ;
    cursor: pointer;
    font-weight: bold;
}
.black_button span {
    background: url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/but_login_left.gif") no-repeat left top;
    display: block;
    line-height: 30px;
    padding: 0px 0px 0px 12px;
    outline: none ;
    float:right;
}
.inputText {
    padding:7px;
    border:1px solid #999;
    font-size:16px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333;
    width:270px;
    margin:5px;
    background:#FFFFF8;
}
.forgotlink {
    margin: 0px;
    padding: 0px ;
    border: 0px;
    background: transparent url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/forgot_bg_span.gif") no-repeat scroll top right;
    color: #888 ;
    display:block;
    float: left;
    height: 30px;
    margin-right: 6px;
    padding-right: 15px ;
    text-decoration: none;
    overflow: hidden;
    font-size: 11px;
    outline: none ;
    cursor: pointer;
    font-weight: bold;
}
.forgotlink:hover {
    color: #666 ;
}
.forgotlink span {
    background: url("http://138.117.76.170:10000/proxy/p2.php/PartidasOnlineAdmin/bundles/admin/images/forgot_bg_left.gif") no-repeat left top;
    display: block;
    line-height: 25px;
    padding: 0px 0px 0px 15px;
    outline: none ;
    float:left;	
    height:30px;
}
#forgotform {
    margin:0px auto;
    width:280px;
    padding:10px;
    border:1px solid #666;
    background:#CCC;
    display:none;
}
