/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.resacontainer {
	font-size: 12px;
	width: 205px;
}
.resafloat {
	float: left;
}
.resacontainer select {
	font-size: 11px;
}
.resafloat input {
	font-size: 11px;
	width: 25px;
	position: relative;
	top: 4px;
}
.resaspacer {
	clear: both;
	height: 1px;
}
.resacontainer div {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 1px;
}
.resacontainer img {
	float: right;
}

.button {
	background-color: #BFB075;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3DBB4;
	border-right-color: #857B5B;
	border-bottom-color: #857B5B;
	border-left-color: #E3DBB4;
	width: 200px;
	text-align: center;
}
.resacontainer td {
	color: #FFFFFF;
}

