form div {
  margin: 4px;
}
form label {
  float:left;
  width:125px;
  text-align:right; 
  font-size:0.75em;
  margin-right: 5px;  
}

form div {
  clear:both; 
}

form input, form select {
}

.required {
  color: #FF0000;
}

.form-error {
  color: #FF0000;
  font-size: 0.75em;
  position: relative;
  left: 130px;
}

h3.form_title {
  color: #3F3F3F;
  font-size: 0.75em;
  position:relative;
  left:130px;
}


/*MEMBER FORM*/
#phone_country {
	text-align:right;
}
/*#phone_area {
  width:25px;
}
#phone_part1 {
  width:25px;
}
#phone_part2 {
  width:35px;
}*/
