html, body { overflow: hidden; }

body {
  background: #211C18 url(http://domeafavour.de/img/background.jpg);
}
div.MailPress div.mp-container, div.MailPress div.mp-formdiv {
	position:relative;
	right: -12px;
}
div.MailPress div.mp-loading, div.MailPress div.mp-message  {
	position:absolute;
	filter:alpha(opacity=0); // IE
       -moz-opacity:0;
       -khtml-opacity: 0;
	opacity:0;
}
input {
  background: #000;
  color: #fff;
  border: 0;
  padding: 10px;
  float: left;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
input.MailPressFormEmail {
  border: 2px #d4b49b solid;
  margin-right: 20px;
}

input.MailPressFormEmail:hover {
  background: #211C18;
  cursor: text;
}
input.MailPressFormEmail:focus {
  background: #211C18;
  border: 2px #fff solid;
  outline: none;
}
input.MailPressFormSubmit {
  background: #d4b49b;
  color: #000;
  cursor: pointer;
}
input.MailPressFormSubmit:hover {
  background: #fff;
}
span {
  color: #fff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}
.dash .digit {
	float: left;
	width: 37px;
	margin-top: -5px;
	position: relative;
}
.dash_title { display: none; }
html, body { overflow: hidden; }

body {
  background: #211C18 url(iframes/3cs/background.jpg);
}
div.MailPress div.mp-container, div.MailPress div.mp-formdiv {
	position:relative;
	right: -12px;
}
div.MailPress div.mp-loading, div.MailPress div.mp-message  {
	position:absolute;
	filter:alpha(opacity=0); // IE
       -moz-opacity:0;
       -khtml-opacity: 0;
	opacity:0;
}
input {
  background: #000;
  color: #fff;
  border: 0;
  padding: 10px;
  float: left;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
input.MailPressFormEmail {
  border: 2px #d4b49b solid;
  margin-right: 20px;
}

input.MailPressFormEmail:hover {
  background: #211C18;
  cursor: text;
}
input.MailPressFormEmail:focus {
  background: #211C18;
  border: 2px #fff solid;
  outline: none;
}
input.MailPressFormSubmit {
  background: #d4b49b;
  color: #000;
  cursor: pointer;
}
input.MailPressFormSubmit:hover {
  background: #fff;
}
span {
  color: #fff;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}