 h1{
	margin-bottom: 5px;
}

.login{
	width: 400px;
}


 .login label{
    float:left;
    
    display: block;
    width: 140px;
    font-size:  15px;
    font-weight: bold;
    margin-top:12px;
    font-style: italic;
}

.login input{
    margin-bottom:10px;
    margin-top:12px;
    margin-left: 10px;
    background-color: transparent;
	border: 0px;
    padding: 3px;
    display: block;
    color: #000;
    width: 200px;

}

.form_elements{
    background: url(/Static/Images/form_elements.png) no-repeat; 
    float:left;
    width: 223px;
    height: 50px;
    
}

.login .submit{
	font-weight: bold;
	display: block;
	width: 53px;
	height: 54px;
	background: url(/Static/Images/btn_bg.jpg) no-repeat;
	background-color: transparent;
	border: none;
	margin-top: 10px;
	float: right;
    cursor: pointer;
    
}

.reg_top{
    background: url(/Static/Images/reg_top.png) no-repeat; height: 20px; width: 456px;
}

.reg_bg{
    background: url(/Static/Images/reg_bg.png) repeat-y; width: 456px;
}

.reg_bottom{
    background: url(/Static/Images/reg_bottom.png) no-repeat; height: 20px; width: 456px;
}
.error2{
  
    color:red;
    margin-left: 10px;
    display: block;
    float:left;
    margin-bottom:20px;
    
   
}