body { 
margin : 0;
background-color : #28231f;
background-image : url("../gfx/bg.gif");
background-repeat : repeat-x;
} 

td, div, h1, input, textarea { 
font-size : 11px;
font-family : Arial;
color : #28231f;
line-height : 16px;
} 

td {
vertical-align:top;
}

a {
color : #cd6127;
text-decoration : none;
}


a:hover { 
color : #ea9a6e;
text-decoration : underline;
}

h1 {
color: #cd6127;
font-weight:bold;
margin:0 0 3px 0;
}

img {
border: 0;
}

ul {
margin:10px 0 0 15px;
padding: 0 20px 0 0;
}

li {
margin-bottom:4px;
}

form {
margin: 0;
}

input, textarea {
border:0;
background-color:#7e6d52;
padding:2px;
width:310px;
border-width:0 1px 1px 0;
border-style:solid;
border-color:#9e8256;
color:#FFFFFF;
}

input {
height:24px;
}

textarea {
height:90px;
}

.but {
background-color:#e06624;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}