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

body { 
     background: #000000 url(images/bgx.jpg) repeat-x top;
     font: 11px Tahoma,Arial;
     color: #d9bab1;
     margin: 0px;
     line-height: 20px;
}

div, img, li, input {
     /*behavior: url('js/fix/iepngfix.htc');*/
}

a {
     color: #ba936a;
     text-decoration:none;
}

#all {
     background: #0c0700 url(images/bg.jpg) no-repeat top;
     width: 1000px;
     height: 900px;
     margin: 0 auto;
}

#side-container {
     text-align: center;
     padding-top: 30px;
     height: 80px;
}

#side-left {
     float: left;
     width: 345px;
     height: 650px;
     padding-left: 50px;
}

#side-right {
     float: left;
     width: 335px;
     height: 650px;
     padding-right: 50px;
}

#side-logo {
     float: left;
     width: 190px;
     height: 530px;
     text-align: center;
     padding-top: 200px;
     padding-left: 20px;
}

#side-description {
     float: left;
     padding-top: 670px;
     height: 50px;
     width: 5px;
     text-align: center;
}

#side-bottom {
     float: left;
     width: 1000px;
     height: 50px;
     text-align: center;
}

input { 
	font: 12px Tahoma,Arial;
	color:#ba936a;
	background-color: #2e2315;
	border: 1px #ba936a solid; 
	width: 150px;
	height: 20px;
	margin-bottom: 10px;
}

input:focus { 
	color:#f2cea4;
	background-color: #291d10;
	border: 1px #f2cea4 solid; 
}

.textbox {
	font: 12px Tahoma,Arial;
	color:#ba936a;
	background-color: #2e2315;
	border: 1px #ba936a solid; 
	width: 180px;
	height: 110px;
	margin-bottom: 10px;
}

.textbox:focus { 
	color:#f2cea4;
	background-color: #291d10;
	border: 1px #f2cea4 solid; 
}

.button {
	font: bold 12px Tahoma,Arial;
	color:#f2cea4;
	background-color: #782d28;
	border: 1px #c1a287 solid;
	cursor: pointer;
	/*-moz-border-radius: 3px 3px 3px 3px;*/
}

.button:hover {
	color:#ffffff;
	background-color: #6f2526;
	border: 1px #f2cea4 solid;
}

fieldset {
    border: #39484d 1px solid;
    padding: 15px;
}


