.headers{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  font-weight: bold;  
}

.error_msg{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}

.login_input{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  width: 140px;
  border: #000000 solid 1px;
}

.zbuttons{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #000000;
  font-weight: normal;    
}

.title{
  font-family: Arial, Tahoma, Verdana;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.registration{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  font-weight: normal;
}

.zregistration_input{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  width:150px;
  border: #000000 solid 1px;
}

.zcontact_textarea{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  width:250px;
  height: 100px;
  border: #000000 solid 1px;
}

.required{
  font-family: Arial, Tahoma, Verdana;
  color: #00ADD3;
  font-weight: bold;
  font-size: 14px;
}
  
.age_input{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  font-weight: normal;
  width: 40px;
  }

.links{
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
  color: #818485;
  font-weight: bold;    
}
  
