form#reservation {
	background:	url(cssplay/bg.png) center top no-repeat;
	width:469px;
	height: 754px;
	padding:5px;
	margin:0 auto;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

form#reservation fieldset {
width:430px; 
display:block; 
border:1px dotted #fff; 
padding:5px; 
margin-bottom:0.5em; 
margin-left: 13px;
line-height:1.2em;
}

form#reservation fieldset#opt {
/*background:#ff6705;*/
}

form#reservation legend {
	font-weight:bold;
	color: #4d89ff;
	margin: 0 0 5px 10px;
	height: 24px;
	line-height: 24px;
	width:157px;
	border: 1px solid #137C41;
	padding: 0 5px;
	background: url(cssplay/legend_bg.gif);
}

form#reservation label {
	text-align:right;
	color: #003399;
	padding: 0 10px 0 0;
	font-size: 12px;
}

form#reservation input {
	border:1px solid #003399;
	;
	padding: 0;
	margin: 0;
}
#reservation checkbox
{
	float: left;
}


form#reservation select {
margin-left:0.5em;
}

form#reservation textarea {
width:410px; 
height:auto;
border:1px solid #003399; 
padding:0.5em; 
overflow:auto; 
}

form#reservation option {
background:#003399; 
color:#fff;
}

form#reservation optgroup {
background: #4D89FF; 
color:#FFF; 
}

form#reservation optgroup option {
background:#C5D9FF; 
color:#003399;
}

form#reservation #button1 {
color:#003399; 
font-weight: bold;
background: url(cssplay/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
margin-left: 11.5em
}

form#reservation #button2 {
color:#003399; 
font-weight: bold;
background: url(cssplay/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
}

form#reservation #button1:hover, form#reservation #button2:hover {
color:#FF6705;
}
form#reservation p {
	margin: 0;
	padding: 3px;
	line-height: 1.5em;
}
#reservation table
{
	border-color: none;
	border-bottom-width: 0px;
	border-collapse: collapse;
	width: 90%;
}
form#reservation  #service  label
{
	float:left;
	width:250px;
	text-align:left;
	color: #003399;
	padding: 0 10px 0 0;
	font-size: 12px;
}

form#reservation #date label
{
	float:left;
	width:250px;
	text-align:left;
	color: #003399;
	padding: 0 10px 0 0;
	font-size: 12px;
}

#reservation #date
{
	width: 100%;
	text-align: right;
}
