/* CSS Document */

#MailForm {
  background: #fff;
height: 650px;
  position: relative;
  top: 0px;
  width: 497px;
  z-index: 100;
}

/*------------------------------------------ Sender Name */
#SenderName .MailLabel {
  color: #666;
  font-size: 12px; 
  left: 0px;
  position: absolute;
  top: 45px;
  width: 100px;
}

#SenderName .MailField {
  left: 0px;
  position: absolute;
  top: 25px;
}

/*------------------------------------------ Sender Surname */
#SenderSurname .MailLabel {
  background: transparent;
  color: #666;
  font-size: 12px; 
  left: 255px;
  position: absolute;
  top: 45px;
  width: 100px;
}

#SenderSurname .MailField {
  left: 253px;
  position: absolute;
  top: 25px;
}

/*------------------------------------------ Sender Phone */
#SenderPhone .MailLabel {
  background: transparent;
  color: #666;
  font-size: 12px; 
  left: 0px;
  position: absolute;
  top: 95px;
  width: 100px;
}

#SenderPhone .MailField {

  left: 0px;
  position: absolute;
  top: 75px;
}


/*------------------------------------------ Sender Fax */
#SenderFax .MailLabel {
  background: transparent;
  color: #666;
  font-size: 12px; 
  left: 255px;
  position: absolute;
  top: 95px;
  width: 100px;
}

#SenderFax .MailField {

  left: 255px;
  position: absolute;
  top: 75px;
}

/*------------------------------------------ Sender Mail */
#SenderMail .MailLabel {
  background: transparent;
  color: #666;
  font-size: 12px; 
  left: 0px;
  position: absolute;
  top: 145px;
  width: 100px;
font-weight: bold;
}

#SenderMail .MailField {
  left: 0px;
  position: absolute;
  top: 125px;
}

#SenderMail .MailError {
  position: absolute;
  left: 153px;
  top: 145px;
}

/*------------------------------------------ Sender Subject */
#MailSubject .MailLabel {
  background: transparent;
  color: #666;
  font-size: 12px; 
  left: 255px;
  position: absolute;
  top: 145px;
  width: 100px;
font-weight: bold;
}

#MailSubject .MailField {
  left: 255px;
  position: absolute;
  top: 125px;
}

#MailSubject .MailError {
  position: absolute;
    left: 407px;
  top: 145px;
}

/*------------------------------------------ Message */
#MailMessage .MailLabel {
  background: transparent;
  color: #666;
  font-size: 12px; 
  left: 0px;
  position: absolute;
  top: 310px;
  width: 100px;
font-weight: bold;
}

#MailMessage .MailField {
  left: 0px;
  overflow: auto;
  position: absolute;
  top: 175px;
}

#MailMessage .MailError {
  position: absolute;
  left: 407px;
  top: 310px;
}

/*------------------------------------------ Textarea */
.MailField input, textarea {
  border: 1px solid #a2b4d1;
  width: 240px;
}

.MailField textarea {
  height: 130px;
width: 493px;
}

/*------------------------------------------ Mail Error */
.MailError {
  color: #bf0000;
  font-size: 11px;
  font-weight: bold;
  margin-left: .45em;
  position: absloute;
}

/*------------------------------------------ Send Button */
#MailSend {
  margin: 0 auto 0 auto;
  position: relative;
  text-align: center;
  top: 550px;
}

#MailSend input {
  background: none;
  border: 1px solid #b2b2b2;
  color: #808080;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  height: 19px;;
  width: 100px;
}

/*------------------------------------------ MailHeader */
#MailHeader {
  background: none;
  color: #bf0000;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  left: 0px;
  line-height: 15px;
  padding-bottom: 2px;
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}

/*------------------------------------------ Thanks/Error */
.MailThanx,
.MailArgh {
  color: #003082;
  margin: 50px;
  margin-top: 100px;
  text-align: center;
}

/*------------------------------------------ Captcha */

#MailCaptcha {
background: none;
position: absolute;
top: 350px;
width: 487px;
text-align: center;
}

.CantRead {
width: 275px;
margin: 0 auto;
font-size: 11px;
}

#MailCaptcha .MailField input {
width: 275px;
margin: 20px auto 0 auto;
}

#MailCaptcha .MailLabel  {
width: 275px;
margin: 5px auto 0 auto;
font-size: 12px;
color: #cfcfcf;
}

#MailCaptcha .MailError  {
width: 275px;
font-size: 12px;
position: absolute;
top: 105px;
left: 100px;
}

.tx-srfreecap-pi2-image{
margin-left: 0em;
}