/* 
    Document   : login.css
    Created on : 26.01.2010, 15:54:25
    Author     : STINGL
    Description:
        Purpose of the stylesheet follows.
*/


#loginBox {
   
}



#loginBox .loginContent { padding: 0px 0 0 13px;  }
#loginBox .loginContent h2 { width: 220px; border: none !important; padding: 0 !important; margin: 0 0 20px 0px !important; color: #c41921 !important; font-size: 2em; }
#loginBox .loginContent h3 { border: none !important; padding:15px 12px 0 !important; }

#login {display: block;}
#login label {width: 155px; display: block; float: left; margin-bottom: 10px;}
#login #email { width: 200px; float: left; margin-bottom: 10px;}
#login #password { width: 200px; float: right;}

.buttonLink {
  background: #7ea8ce;
  color: #ffffff !important;
	padding: 6px 0 6px 0;
	text-align: center;
  font-weight: bold;
  width: 120px;
	font-size: 1em;
  margin-right: 37px;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}