﻿/* CSS Document */
.resacontainer {
	font-size: 12px;
	width: 180px;
}
.resacontainer select {
	font-size: 11px;
}
.resacontainer div {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 1px;
}
.resacontainer td {
	color: #44454F;
	text-align: left;
	font-weight: bold;
}
.resacontainer img {
	float: right;
}
.button {
	background-color: #E6E6C6;
	color: #44454F;
	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: 180px;
	text-align: center;
}
.resacontainer a {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}
