/* CSS Document */

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

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

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

#SenderName .MailError {
  position: absolute;
  left: 142px;
  top: 45px;
}

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

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

#SenderSurname .MailError {
  position: absolute;
  left: 395px;
  top: 45px;
}


/*------------------------------------------ Sender Street */
#SenderStreet .MailLabel {
  background: transparent;
  color: #707070;
  font-size: 12px; 
  left: 0px;
  position: absolute;
  top: 95px;
  width: 100px;
font-weight: bold;
}

#SenderStreet .MailField {
  left: 0px;
  position: absolute;
  top: 75px;
}

#SenderStreet .MailError {
  position: absolute;
  left: 142px;
  top: 95px;
}

/*------------------------------------------ Sender Country */
#SenderCountry .MailLabel {
  background: transparent;
  color: #707070;
  font-size: 12px; 
  left: 253px;
  position: absolute;
  top: 95px;
  width: 100px;
font-weight: bold;
}

#SenderCountry .MailField {
  left: 253px;
  position: absolute;
  top: 75px;
}


#SenderCountry .MailError {
  position: absolute;
  left: 395px;
  top: 95px;
}

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

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

#SenderZIP .MailError {
  position: absolute;
  left: 142px;
  top: 145px;
}

/*------------------------------------------ Sender City */
#SenderCity .MailLabel {
  background: transparent;
  color: #707070;
  font-size: 12px; 
  left: 253px;
  position: absolute;
  top: 145px;
  width: 100px;
font-weight: bold;
}

#SenderCity .MailField {

  left: 253px;
  position: absolute;
  top: 125px;
}

#SenderCity .MailError {
  position: absolute;
  left: 395px;
  top: 145px;
}

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

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

#SenderMail .MailError {
  position: absolute;
  left: 142px;
  top: 195px;
}


#Katalog {
position: absolute;
top: 240px;
font-size: 12px;
color: #404040;
height: 60px;
}

#Katalog .MailField input.radio {
width: 40px;
border: none;
float: left;
clear: both;
margin-bottom: 10px;
}

#RadioLabel_ThisYear {
float: left;
width: 450px;
}

#RadioLabel_EveryYear {
width: 450px;
float: left;
}


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

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

#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: 330px;
width: 480px;
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: #404040;
}

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

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