@charset "utf-8";


input.hiddenones {display:none;}

input.text-input			{ margin:4px;padding:2px 0; color: red; }

label#contactname_label      { position: absolute; top:0px;left:0px; }
input#contactname            { position: absolute; top:0px;left:120px; color: #0d00b9;}
label#contactname_error      { display:none; position: absolute; top:25px;left:130px; }
label#contactname_illegal      { display:none; position: absolute; top:25px;left:130px; }

label#phone_label      { position: absolute; top:40px ;left:0px;   }
input#phone            {  position: absolute; top:40px; left:120px; color: #0d00b9; }
label#phone_error      {  display:none; position: absolute; top:65px; left:130px;  }
label#phone_illegal      { display:none; position: absolute; top:65px; left:130px;  }

label#email_label      { position: absolute; top:80px;left:0px;   }
input#email            {  position: absolute; top:80px;left:120px; color: #0d00b9; }
label#email_error      {  display:none; position: absolute; top:105px;left:130px;  }
label#email_bad      { display:none; position: absolute; top:105px;left:130px;  }
label#email_illegal      { display:none; position: absolute; top:105px;left:130px;  }

label#enquiry_label      { position: absolute; top:120px ;left:0px;   }
textarea#enquiry            {  position: absolute; top:120px; left:123px; color: #0d00b9; }
label#enquiry_error      {  display:none; position: absolute; top:190px; left:130px;  }
label#enquiry_illegal      { display:none; position: absolute; top:190px; left:130px;  }

input.button {
	top:200px; 
}