body {
background-color: #d4d0c8;
color: #000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 82%;
text-align: center;
}
#wrapper {
width: 600px;
margin: 1% auto;
}

fieldset {
background-image: url(../images/sine-bg.jpg);
background-repeat: no-repeat;
width: 540px;
margin: 0 auto;
background-color: #dad7cf;
color: #000;
}
* html fieldset {
position: relative;
margin: -0.5em 0 0 0;
}/* to avoid creeping bgcolor (IE) */

legend {
margin: 0px 0px 0px 30px;
padding: 3px 10px;
letter-spacing: 2pt;
background-color: #e3e0db;
color: #686353;
border-top: 1px solid #b1ab9c;
border-left: 1px solid #b1ab9c;
}
* html legend { 
position: relative; 
top: -0.8em;
}/* to avoid creeping bgcolor (IE) */

.formbox {
width: 450px;
margin: 0 auto;
padding: 20px 0px 20px 0px;
text-align: left;
}
* html .formbox {
padding: 10px 0px 20px 0px;
}

div.eins,
div.eins-a {
float: left;
width: 120px;
margin: 5px 20px 5px 0px;
border-top: 1px solid #b1ab9c;
border-left: 1px solid #b1ab9c;
background-color: #e3e0db;
color: #000;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
}
div.eins-a {
border: 0 none;
background-color: transparent;
color: #000;
}

div.zwei {
float: left;
width: 300px;
}
div.zwei input,
div.zwei textarea {
width: 300px;
margin-top: 5px;
background-color: #eceae6;
color: #000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
border: 0 none;
border-right: 1px solid #686353;
border-bottom: 1px solid #686353;
-moz-opacity: 0.6;
filter: alpha(opacity=60);
}
div.zwei textarea {
overflow: auto;
}
div.zwei input:focus,
div.zwei textarea:focus {
background-color: #f3f2f1;
color: #000;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

label {
padding: 1px 0 0 10px;
background-color: transparent;
color: #000;
}

div.zwei input.senden {
width: 302px;
margin-top: 8px;
padding: 2px 0;
font-size: 12px;
letter-spacing: 2pt;
background-color: #bdb9ac;
color: #000;
border-right: 1px solid #686353;
border-bottom: 1px solid #686353;
cursor: pointer;
}
* html div.zwei input.senden {
width: 304px;
}

.breaker {
clear: left;
}
.footmen {
text-align: left;
margin-left: 30px;
}
.footmen a {
background-color: transparent;
color: #686353;
}
