h1{
  float:left;
  margin:20px 0 0 20px;
  font-size:20px;
  padding-bottom:0px;
}

h2{
  float:left;
  width:100%;
  margin:0px;
  padding-top:25px;
  font-size:13px;
  margin-left:20px;
  color:#656565;
}

#div_welcome_text{
  background-color:white;
  border:none;
  padding-bottom:25px;
}

#div_welcome_text .div_text_2{
  float:left;
  color:black;
  font-size:12px;
  padding:10px;      
}

.div_reg_line{
  float:left;
  width:100%;
  margin-top:15px;
}

.div_reg_line label{
  float:left;
  width:40%;
  font-size:13px;  
  margin-left:20px;
  margin-top:8px;
  color:#858585;
}

.div_reg_line input{
  float:left;
  width:48%;
  border-radius:2px;
  padding:6px 10px;
  font-size:13px;
}

.registration_btn{
  float:left;
  padding:13px 30px;
  background-color: #c6c6c6;
  text-decoration: none;
  color:white;
  font-size:14px;
  border-radius:4px;
  margin:30px 0 0 305px;
}

.a_return_to_login{
  float:right;
  font-size:13px;
  text-decoration: none;
  margin:10px;
}

.div_reg_left{
  float:left;
  width:550px;
  border-right:1px #c6c6c6 solid;
}


.div_reg_content{
  float:right;
  width:210px;
  color:#696969;
}

.div_reg_content h2{
  float:left;
  margin:0px;  
}

.div_reg_content span{
  float:left;
  margin:15px 0 0 0;
  line-height:20px;
  font-size:12px;
}