/* CSS Document */

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

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

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

#SenderName .MailError {
  position: absolute;
  right: 0px;
  top: 44px;
}

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

#SenderSurname .MailField {
  right: 0px;
  position: absolute;
  top: 75px;
}

#SenderSurname .MailError {
  position: absolute;
  right: 0px;
  top: 94px;
}

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

#SenderPhone .MailField {
  right: 0px;
  position: absolute;
  top: 125px;
}

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

#SenderMail .MailField {
  right: 0px;
  position: absolute;
  top: 175px;
}

#SenderMail .MailError {
  position: absolute;
  right: 0px;
  top: 194px;
}

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

#MailSubject .MailField {
  right: 0px;
  position: absolute;
  top: 225px;
}

#MailSubject .MailError {
  position: absolute;
  right: 0px;
  top: 244px;
}

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

#MailMessage .MailField {
  right: 0px;
  overflow: auto;
  position: absolute;
  top: 275px;
}

#MailMessage .MailError {
  position: absolute;
  right: 0px;
  top: 408px;
}

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

.MailField textarea {
  height: 130px;
}

/*------------------------------------------ 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: 620px;
}

#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 .MailLabel {
  color: #666;
  font-size: 12px;
  right: 0px;
  position: absolute;
  text-align: left;
  top: 570px;
  width: 342px;
}

#MailCaptcha .CantRead {
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  right: 61px;
  position: absolute;
  top: 530px;
}

.CantRead a {
  border-bottom: 1px dotted #808080;
  color: #808080;
  text-decoration: none;
}

.tx-srfreecap-pi2-cant-read {
  color: #808080;
  font-weight: bold;
}

#MailCaptcha .MailField {
  position: absolute;
  top: 550px;
  right: 0px;
}

#MailCaptcha .MailError {
  position: absolute;
  right: 15px;
  top: 600px;
  width: 326px;
}

#MailCaptcha .MailImage {
  left: 70px;
  position: absolute;
  top: 435px;
}

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