/* CSS Document */
#MailForm {
position: relative;
width: 480px;
height: 520px;
top: 0px;
margin: 10px auto 30px auto;
z-index: 100;


}




#SenderName .MailLabel {
  position: absolute;
  width: 100px;
  font-size: 12px; 
  left: 80px;
  top: 38px;
  color: #fff;
}

#SenderName .MailField {
  position: absolute;
  left: 160px;
  top: 38px;
}


#SenderName .MailError {
  position: absolute;
  left: 410px;
  top: 33px;

}





#SenderSurname .MailLabel {
  position: absolute;
  background: transparent;
  width: 80px;
  font-size: 12px; 
  left: 80px;
  top: 68px;
  color: #fff;
}

#SenderSurname .MailField {
  position: absolute;
  left: 160px;
  top: 68px;
}

#SenderSurname .MailError{
  position: absolute;
  left: 410px;
  top: 63px;

}




#SenderMail .MailLabel {
  position: absolute;
  background: transparent;
  width: 100px;
  font-size: 12px; 
  left: 80px;
  top: 98px;
  color: #fff;
}

#SenderMail .MailField {
  position: absolute;
  left: 160px;
  top: 98px;
}

#SenderMail .MailError {
  position: absolute;
  left: 410px;
  top: 93px;

}




#MailSubject .MailLabel {
  position: absolute;
  background: transparent;
  width: 100px;
  font-size: 12px; 
  left: 80px;
  top: 128px;
  color: #fff;
}

#MailSubject .MailField {
  position: absolute;
  left: 160px;
  top: 128px;
}


#MailSubject .MailError{
  position: absolute;
  left: 410px;
  top: 123px;

}




#MailMessage .MailLabel {
  position: absolute;
  background: transparent;
  width: 100px;
  font-size: 12px; 
  left: 80px;
  top: 158px;
  color: #fff;
}

#MailMessage .MailField {
  position: absolute;
  left: 160px;
  top: 158px;
  overflow: auto;
}

#MailMessage .MailError {
  position: absolute;
  left: 410px;
  top: 153px;

}





#MailSend {
  position: relative;
top: 290px;
  margin-left: 90px;
  text-align: center;
}


#MailSend input {
  border: 1px solid #6e6a4b;
  width: 200px;
  height: 22px;;
  background: #d0ccac;
  color: #6e6a4b;
font-weight: bold;
}




.MailField input, textarea {
width: 245px;
border: 1px solid #6e6a4b;
background: #d0ccac;
}

.MailField textarea {
height: 110px;
}


.MailLabel {
font-weight: bold;
}


.MailError {
  position: absloute;
  font-weight: bold;
  font-size: 10px;
  color: red;
  margin-left: .45em;
}


#MailHeader {
position: absolute;
top: 0px;
left: 165px;
line-height: 15px;
height: 15px;
font-weight: bold;
font-size: 12px;
padding-top: 2px;
padding-bottom: 2px;
color: red;
text-align: center;

}

.MailThanx,
.MailArgh {
margin: 50px;
margin-top: 100px;
text-align: center;
}



#captcha {
position: relative;
width:440px;
left:10px;
top: 275px;
padding-top:20px;
line-height:16px;
}

#captcha_left {
position: relative;
width:300px;
left: 115px;
line-height:16px;
text-align: center;
}



#captcha_left input {
width: 170px;
border: 1px solid #6e6a4b;
background: #d0ccac;
margin-top: 8px;
margin-bottom: 20px;
}

#captcha_right {
position: relative;
width:440px;
left:130px;

line-height:16px;
}

#captcha_bottom {
position: relative;
left: 120px;
font-size:12px;


}

#tx_pilmailform_pi1_captcha_response {
border: none;
background: #e2e2e2;
height: 20px;
width: 11em;
}

#captcha_left .MailError {
  position: absolute;
  left: 30px;
  top: 60px;

}

