@charset "utf-8";
/* CSS Login Page */

/* START: Global */

body { margin: 0px; font-family: Verdana; font-size: 12px;  background: #b3b3b3; background-image: URL(/fullpanel/skin/v1/images/login/login-bg.jpg); background-repeat:repeat-x; background-position: 0px -40px; }
ul, li { padding:0px; margin:0px }
table, td { font-size: 12px; vertical-align:top; border-spacing:0px; border-collapse:collapse; padding:0px; margin:0px; text-align: left;  }

a:link, a:active, a:visited { color: #2d3956; text-decoration: none; }
a:hover { color: #991a00; }

h1 { margin:0px; padding:0px; color: #2d3956; font-size:18px;}
/* END: Global */

div.login-wrapper { 
     width: 600px; 
     text-align:center;
     margin-left: auto;
     margin-right: auto; 
     margin-top: 105px; 
}

/* START: Login Block */
table.login-block { }

table.login-block td.left { width: 16px; height: 212px; background-image: URL(/fullpanel/skin/v1/images/login/login-block-left.jpg); background-repeat:repeat-x; }
table.login-block td.center { background-image: URL(/fullpanel/skin/v1/images/login/login-block-bg.jpg); background-repeat:repeat-x; }
table.login-block td.right { width: 16px; height: 212px; background-image: URL(/fullpanel/skin/v1/images/login/login-block-right.jpg); background-repeat:repeat-x; }

/* END: Login Block */

div.login-body {
     width: 470px;
     margin-top: 40px;
     margin-left: 35px;
     margin-right: 35px;
}

dt { 
     color: black; 
     font-weight: bold;
     padding: 0px; margin:0px; 
     margin-top:3px;
     margin-bottom:3px;  
     width: 110px;
}

dd {  width: 200px; padding: 0px; margin:0px; margin-bottom: 10px;  }

div.element {
     width: 220px;
     float: left;
    
}

label {
     display:block;
     width: 200px;
     color: black; 
     font-weight: bold;
     margin-bottom:3px; 
}

input {
     width: 200px;
}

table.login-button-table { 
     width:450px;
     background: none; 

}

table.login-button-table td.xleft { padding-top: 10px; }
table.login-button-table td.xright {
     width: 70;
     padding-top: 10px;
     text-align: right;
}
table.login-button-table td.xright img { margin-right: 26px; }


table.forgot-login-button-table { 
     width:320px;
     background: none; 

}

table.forgot-login-button-table td.xright {
     padding-top: 10px;
     text-align: right;
}
table.forgot-login-button-table td.xright img { margin-right: 16px; }

table.forgot-login-button-table input#user_email { width: 300px; }

div.errormsg { color: #641e18; padding: 5px; background: #e5f0f7; } 