.dashboardBoxBottom h2 .title,.dashboardBoxBottom h2 .title1,
.dashboardBoxBottom .dashboardBoxContentBottom .content{float:left;width:45%;max-width:45%;}
.dashboardBoxContentBottom .content p{margin-top:0;padding-top:0;padding-left:67px;}
.dashboardBoxContentBottom .content1 p{padding-left:67px;}
.dashboardBoxBottom h2 .title1,.dashboardBoxBottom .dashboardBoxContentBottom .content1{margin-right:10%;}
.dashboardBoxBottom h2{padding:5px 210px 5px 14px;overflow:hidden;}
.dashboardBoxBottom .dashboardBoxContentBottom{padding:14px 210px 10px 14px;}	

/*============== Application Login Page ==============*/
.loginBody { /*Background color of the login page.*/
    background: #111;
}
.loginContainer{width:606px;position:absolute;left:50%;top:50%;margin:-130px 0 0 -303px;}
.loginBox { /*Background and border for the login box.*/
    border:1px solid #EBEBEB;
    background:url(../../../images/loginbg_black.jpg) repeat-x 0 0 #000;
    overflow:hidden;
    padding:0;
    position:relative;

    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
.loginBox .logo{width:271px;float:left;padding-top:90px;}
.loginBox .logo img{margin-left:27px;}
.loginBox .loginHeader{color:#333;font-weight:bold;font-size:15px;}

.loginBox .LoginError { /*The color of the error message.*/
    background-color:#CCC;
    color:#990000;
}

.loginBox .loginForm {border-top:none;float:left;width:333px;margin:0;padding:44px 0;background:url(../../../images/loginbg_grey.jpg) repeat-x 0 0 #EBEBEB;min-height:150px;}

.loginButtonCaseSpecial{margin-top:-35px;}
.loginButtonCase .button{float:right;margin-right:20px;}

.loginBox .loginFieldCase .loginLabel { /*The color of the labels on the login screen.*/
    display:none;
}
