﻿@import url(/css/core/global.css);
@import url(/css/common/global.css);
@import url(/css/common/layout.css);
@import url(/css/common/forms.css);


#main
{
  height: 700px;
}



#frmEnquiry
{
  width: 460px;
}

input, textarea
{
  font-family: Verdana;
  font-size: 11px;
}

/* Form fields */
#txtFirstName, #txtSurname
{
  width: 150px;
}

#txtCountry
{
  width: 180px;
}

#txtPhone
{
  width: 120px;
}

#txtEmail
{
  width: 180px;
}

#txtEnquiry
{
  width: 340px;
  height: 100px;
}

/* Submit button */
#btnSubmit
{
  background-color: ButtonFace;
}

