body.login {
	background:#f7f7f7;
}
body.login #tophalf {
	background:#ffffff url(../img/login/line.gif) left bottom repeat-x;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
}
body.login #loginbox {
	background:url(../img/login/box.gif) left top no-repeat;
	width:324px;
	height:172px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-136px 0 0 -162px;
}
   body.login #loginform {
       display:block;
       width:324px;
       height:135px;
       position: absolute;
       top:0;
       left:0;
   }
   body.login #logindata {
       width:266px;
       margin:29px 29px 0 29px;
       color:#737373;
   }
   body.login #loginform input.textinput {
       border: 1px solid #bfbfbf;
      	height:30px;
      	padding:0 5px;
      	background:#f7f7f7;
      	box-sizing: border-box;
          -webkit-box-sizing:border-box;
          -moz-box-sizing: border-box;
          width:100%;
          color:#666666;
          font-size:12px;
          font-weight:400;
          font-family: 'Open Sans',sans-serif;
          -webkit-transition: background-color .3s ease, border-color .3s ease;
          -moz-transition: background-color .3s ease, border-color .3s ease;
          transition: background-color .3s ease, border-color .3s ease;
   }
   body.login #loginform input.textinput:focus,body.login #loginform input.textinput:hover {
   	background-color:#fafafa;
   }
   body.login #logindata td, body.login #logindata th {
       height:30px;
       padding:0;
       margin:0;
   }
   body.login #logindata th {
       text-align:left;
       font-weight:700;
       height:20px;
       padding-left:5px;
   }
   body.login input#loginbutton {
       background:none;
       border:none;
       font-family: 'Open Sans',sans-serif;
       font-size:20px;
       color:#6b6b87;
       font-weight:300;
       line-height:30px;
       padding:0;
       margin:0;
       cursor:hand;
       cursor:pointer;
   }
   body.login p#loginfooter {
       color:#cccccc;
       text-align:center;
       padding:0;
       margin:0;
       display:block;
       font-weight:400;
       font-size:11px;
       line-height:36px;
       position:absolute;
       top:135px;
       left:0;
       width:324px;
   }
   body.login p#loginfooter a {
       color:#cccccc;
       text-decoration:none;
   }
   body.login p#loginfooter a:hover {
       text-decoration:underline;
   }
   body.login #projecthead {
       position:absolute;
       top:40px;
       left:50%;
       margin-left:-221px;
       background:url(../img/login/logo_ff.png) bottom center no-repeat;
       width:443px;
       height:200px;
       display:block;
       font-size:11px;
       color:#71beba;
       font-weight:700;
       text-transform: uppercase;
   }
   body.login #projecthead #logo {
       display:block;
       margin:0 auto;
   }
   body.login #projecthead #projectname {
       display:block;
       text-align:center;
       padding:0;margin:0;
       padding-top:5px;
   }
