body {
padding:0;
margin-left: 0;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 10pt;
background: #9D080D;
}

input,textarea,select {
border: medium none;
font-family: Arial, Verdana, sans-serif;
font-size: 8pt;
/*background-color: #8DA795;*/
background-color: #c0c0c0;
}

a {
text-decoration: none;
}

#master-container {
position: absolute;
top: 0px;
left: 0px;
width: 775px;
height: 620px;
}

#contact-error {
width: 400px;
background: #ff0000;
color: #ffffff;
text-align: center;
}

#contact-success {
width: 400px;
background: #c0c0c0;
color: #000000;
text-align: center;
font-weight: bold;
}

#newsletter-error {
width: 400px;
background: #ff0000;
color: #ffffff;
text-align: center;
}

#newsletter-success {
width: 400px;
background: #c0c0c0;
color: #000000;
text-align: center;
font-weight: bold;
}
