#contact
{
  clear:both;
  background:#EEE;
}
#contact h2
{
    color:#004982;
}
.fldset_left
{
    width:49%;
    float:left;
    margin-right:0.9%;
}
.fldset_right
{
    width:49%;
    float:left;
}
.fldset_right .form_row label
{
      width:35%;
      padding:3px 2%;
}
.form_row
{
    display:block;
    clear:both;
    height:30px;
}
.form_row_ext
{
  padding-top: 60px;
}
.form_row label
{
      display:block;
      float:left;
      width:38%;
      text-align:right;
      padding:3px 2%;
}
.form_row .txtInput
{
      width:55%;
}
.form_row .txttel_code
{
      width:10%;
      margin-right:1%;
      float:left;
}
.form_row .txttel_phone
{
      width:55%;
      float:left;
}
#message
{
    clear:both;
	border:solid 0px blue;
	height:125px;
}
#message label
{
      display:block;
      width:20%;
      text-align:right;
	  float:left;
	  font-size:12px;
	  font-weight:bold;
	  padding-right:8px;
}
#message .txtMsg
{
      width:70%;
      height:120px;
      background:#FFF;
      border:1px solid #ccc;
	  float:left;
}
#submit
{
    position:relative;
    top:10px;
    left:80%;
}
#contact .SubmitContainer
{
	margin-top:20px;
	float:right;
	border:solid 0px green;
}
  
#fields{
	height:auto;
	border:solid 0px red;
}
