* {margin:0px; padding:0px; border:0px; }

body 
{
    background:url('images/gradient.gif') repeat-x #595740;
    color:#34270d;
    font-size:14px;
    font-family: Arial, Sans-Serif;
}

#container {
margin:0px auto;
width:832px; 
height:1000px;
background:url('images/background.gif') no-repeat #ddd;
}

#message_box 
{
position: relative;
top: 170px;
margin:0px auto;
width:340px; 
height:auto;
border:1px solid #44291C;
background:url('images/form_back_blank.gif') repeat #ddd;
color:#44291C;
font-size:12px;
font-weight:bold;
text-align:center;
padding: 5px;
}

#form_header 
{
margin:0px auto;
width:340px; 
height:auto;
border:1px solid #44291C;
background:url('images/form_back_blank.gif') repeat #ddd;
color:#44291C;
font-size:12px;
font-weight:bold;
text-align:center;
padding: 5px;
}

#sub_container 
{
    margin-top: 300px;
    width: 780px;
    margin:0px auto;
    text-align: center;
}

#hs_form
{
    margin-top: 300px;
    width: 600px;
    margin:0px auto;
    background-color: #89866c;
}

#hs_form p 
{
    margin: 20px;
}

#hs_form .mailformname 
{
    text-align: right;
}

#hs_form .comments 
{
    text-align: right;
}

/* Centered Boxed Form */

#form_box {
position: relative;
top: 275px;
margin:0px auto;
width:340px; 
height:218px;
border:1px solid #44291C;
background:url('images/form_back.gif') repeat #ddd;
}

h1, h2 
{
    color:#44291C; 
    font-size:14px; 
    font-weight:bold; 
}

ul li 
{
    color:#44291C; 
}


#form {
position:relative;
width:145px;
height:100px;
top:2px;
left:120px;
margin:0px;
padding:0px;
}

.form_field {
font-size:11px;
width:150px;
height:11px;
padding:2px;
margin:5px;
background-color:#9ea081;
}

#links {margin-left:119px;margin-top:45px;}
#links a {margin:5px 2px; color:#44291C; font-size:12px; font-weight:bold; text-decoration:none;}
#links a:hover {text-decoration:underline;}

/* Download Button */

#button {
position:relative;
left:121px;
top:5px;
height:40px;
width:120px;}

#button a.download {
width:120px;
height:39px;
cursor:pointer;
display:block;
background:url('images/download_down.gif') no-repeat #ddd;
}

#button a.download:hover {background:url('images/download_over.gif') no-repeat #ddd;}