@charset "utf-8";
#form {
	background-image: none;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	min-height:900px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding: 10px;
	border: 1px solid #A99C6B;
}
#form h1 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #A99C6B;
}


.submit {
	color: #FFFFFF;
	background-color: #9B8C51;
	height: 25px;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#form p {
	text-align: left;
	width: 500px;
	padding-left: 20px;
}

#form table {
	width: 560px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A99C6B;
}
#form td {
	padding-right: 10px;
	vertical-align: top;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A99C6B;
}

.input {
	width: 250px;
	border: 1px solid #DFD79C;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.td {
	text-align: right;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
.td1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A99C6B;
}

.small {
	font-size: 10px;
	color: #777;
}
strong {
	color: #990000;
}



textarea {
	height: 250px;
	width: 250px;
	border: 1px solid #DFD79C;
	margin-left: 10px;
}
tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003930;
}

body {
	background-color: #003930;
}
li {
	color: #990000;
}
.b {
	font-size: 14px;
	font-weight: bold;
}
ul {
	background-color: #efefef;
	list-style-type: none;
}
