#reservform {
	background-color: #FFECD1;
	text-align: center;
}
#reservform td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A6226;
	text-align: justify;
}
#reservform h1 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8A6226;
	margin: 5px 0 5px 0;
	font-weight: normal;
}
#reservform a,a:visited {
	color: #9E0039;
	text-decoration: underline;
}
#reservform a:hover {
	color: #8A6226;
    text-decoration: underline;
}
#reservform.uls {
    list-style-type:square;
	margin: 0 5px 0 15px;
	padding: 0;
}
#reservform.lis {
    margin: 0 3px 3px 0;
	padding-bottom: 2px;
}
input.btn{
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:120%;
	font-weight:bold;
	background-color:#fed;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
