/* CSS Document */
#MailForm {
position: relative;
width: 600px;
top: 0px;
margin: 10px auto 0 auto;
z-index: 100;
}

#MailHeader {
margin-bottom: 10px;
line-height: 15px;
height: 15px;
font-weight: bold;
font-size: 12px;
padding-top: 2px;
padding-bottom: 2px;
color: #b4242b;
text-align: center;
clear: both;
}

#EmpfaengerMail .MailLabel {
  float: left;
  margin-left: 100px;
  height: 30px;
  width: 100px;
  font-size: 12px; 
  color: #777668;
}

#EmpfaengerMail .MailField {
	height: 30px;
}

#SenderName .MailLabel {
  float:left;
  margin-left: 100px;
  height: 30px;
  width: 100px;
  font-size: 12px; 
  color: #777668;
}

#SenderName .MailField {
	height: 30px;
	float: left;
}

#SenderName .MailError {
height: 30px;
text-indent: 10px;
}


#SenderSurname .MailLabel {
  float: left;
  margin-left: 100px;
  height: 30px;
  background: transparent;
  width: 100px;
  font-size: 12px; 
  color: #777668;
}

#SenderSurname .MailField {
	height: 30px;
	float: left;
}

#SenderSurname .MailError {
	height: 30px;
	text-indent: 10px;
}


#SenderPhone .MailLabel {
	float: left;
	margin-left: 100px;
	height: 30px;
  background: transparent;
  width: 100px;
  font-size: 12px; 
  color: #777668;
}

#SenderPhone .MailField {
	height: 30px;
}


#SenderMail .MailLabel {
	float: left;
	height: 30px;	
	margin-left: 100px;
  background: transparent;
  width: 100px;
  font-size: 12px; 
  color: #777668;
}

#SenderMail .MailField {
	height: 30px;
	float: left;
}

#SenderMail .MailError {
	height: 30px;
	text-indent: 10px;
}


#MailSubject .MailLabel {
  	float: left;
	height: 30px;
	margin-left: 100px;
  color: #777668;
  background: transparent;
  width: 100px;
  font-size: 12px; 
}

#MailSubject .MailField {
	height: 30px;
	float: left;
}

#MailSubject .MailError {
	height: 30px;
	text-indent: 10px;
}

#MailMessage .MailLabel {
	float: left;
	height: 110px;
	margin-left: 100px;
  background: transparent;
  width: 100px;
  font-size: 12px; 
  color: #777668;
}

#MailMessage .MailField {
	height: 160px;
	float: left;
}

#MailMessage .MailError {
	height: 30px;
	text-indent: 10px;
}

#MailSend {
  position: relative;
  top: 50px;
  margin: 0 auto 0 auto;
  text-align: center;
}

.MailField input, textarea {
width: 200px;
border: 1px solid #777668;
}

.MailField textarea {
height: 150px;
}


.MailLabel {
font-weight: bold;
}


.MailError {
  position: absloute;
  font-weight: bold;
  font-size: 11px;
  color: #b4242b;
  margin-left: .45em;
}


#MailSend input {
  border: 1px solid #777668;
  width: 200px;
  height: 32px;;
  background: #e7e5d9;
  color: #777668;
}

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

#captcha {
clear: both;
width:500px;
margin:0 auto 0 auto;
}

#captcha_left {
float:left;
width: 250px;
}

#captcha_left label {
width: 250px;
}

#captcha_left input {
  border: 1px solid #777668;
  width: 250px;
}

#captcha_right {
Margin-left:250px;
width:250px;
text-align:right;
}

#captcha_right img {
width: 200px;
margin-top: 15px;
}

#captcha_bottom {
margin-top: 10px;
margin-left: 100px;
font-size:14px;
}

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