body.page-login {
	background-color: #eaeaec !important;
	background: url(../images/wall1.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#login_header, #login, #main_menu, #overview,
#admin_domains, #admin_virtual, .nav_bar, #alias_domain_table,
#alias_table, #mailbox_table, #overview_table, #log_table,
#admin_table, #footer, .subnav {
	width: 100%;
}
body.page-login #login_header{width: 45%;}
#login {width:100%;background:none;}
#login th {color:#204e81;}
#login h2 {font-size:26px;}
#login_table { 
border-right:none;
margin-left:auto;
margin-right:auto; 
background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius: 4px;
    text-align: left;
    padding: 0px;
    width: 450px;
    height: auto;
    border: 1px solid #204e81;
}
body.page-login #footer{border:0px;width:45%;text-align: center;}
#footer{border:0px;width:100%;text-align: center;}
.button {
    border: 1px solid #204e81;
    color: #fff;
    background: #204e81;
    padding: 3px 3px 3px 3px;
}
.button:hover, .button:focus {
    background: #3c8dbc;
    color: #fff;
}
#menu li, #tabbar li {
    border-top: 4px solid #204e81;}
