#topnav {
	background: #404040;
}

.center-logo {
    text-align:center;
}

body {
    background: #ecf0f5;
}

#login-form .box-inner {
    width: 430px;
    background: #404040;
    //background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #2e2e2e));
    //background: -ms-linear-gradient(top, #404040 0%, #2e2e2e 100%);
    //background: linear-gradient(to bottom, #404040 0%, #2e2e2e 100%);
    margin: 0 50px;
    padding: 10px 24px 24px 24px;
    border-radius: 6px;
}

