#reservform {
	background-color: #FFECD1;
	text-align: center;
}
#reservform td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
#reservformul {
    list-style-type: none;
	margin: 5px 5px 0 5px;
	padding: 0;
}
#reservformul li {
    margin: 0 3px 0 0;
	padding-bottom: 2px;
	padding: 0 11px;
	font-size: 11px;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	text-align: left;
}
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');
}

