html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, form, fieldset, table, tr, td, th{
padding: 0;
margin: 0;
}

a{
outline:none;
text-decoration:none;
}

ul{
list-style:none;
}


@font-face{
font-family:'mba';
src: url('../../font/mba/mba.eot?#iefix') format('embedded-opentype'),
     url('../../font/mba/mba.ttf');
	 
}

.loginForm{
width:500px;
margin:auto;
margin-top:50px;
padding:0 20px;
padding-top:150px;
font-family:helvetica,arial,freesans,clean,sans-serif;
font-size:1.5em;
color:rgb(0, 147, 221);
background:url(../../img/mba/logo2.gif) 20px 0 no-repeat;
font-weight:bold;
}

#logo{
margin-top:-160px;
margin-bottom:70px;
}

#logo div{
margin-left:25%;
font-family:mba;
font-size:30px;
font-weight:bold;
color:rgb(0, 147, 221);
text-transform:uppercase;
letter-spacing:1px;
font-style:italic;
}

#logo div:first-child{
margin-left:22%;
padding-top:10px;
color:rgb(222, 128, 28);

}

.loginForm .loginLogin{
border:4px double #ddd;
border-radius:5px;
padding:25px;
padding-bottom:15px;
text-align:left;
background:#eee;
background-image: linear-gradient(to bottom, #fff, #eee 20%, #eee 80%,#fff);
box-shadow:-10px 10px 10px #999;
}

.loginForm .loginLogin .loginMessage{
height:20px;
font-size:.5em;
font-weight:bold;
color:red;
}


.loginForm .loginLogin label{
display:inline-block;
width:210px;
text-align:left;
float:right;
margin-top:10px;
font-size:.5em;
color:#999;
height:60px;
font-weight:bold;
}

.loginForm .loginLogin label:first-child{
float:left;
}

.loginForm .loginLogin input[type="text"], .loginForm .loginLogin input[type="password"]{
width:202px;
border:1px solid #ddd;
border-radius:3px;
padding:5px 3px;
}

.loginForm .loginLogin label a{
display:inline-block;
margin:10px 1px;
font-weight:normal;
color:rgb(222, 128, 28);/*rgb(0, 147, 221);*/
font-weight:bold;
}

.loginForm .loginLogin label a:hover{
border-bottom: 1px dotted rgb(222, 128, 28);
}

.loginForm .loginLogin .loginLoginButton {
display:block;
text-align:right;
}

.loginLoginButton  input[type="submit"]{
padding:5px 10px;
margin-top:10px;
font-weight:bold;
color:#999;
background:#eee;
border:1px solid #999;
border-radius:3px;
}

.loginLoginButton  input[type="submit"]:hover{
color:#333;
border-color:#333;
background:#ddd;
}

#footer{
text-align:center;
margin-bottom:-12px;
color:#666;
font-size:.5em;
}

#footer a{
color:#666;
font-weight:normal;
}



