@CHARSET "ISO-8859-1";

div#reserveContact
{
	margin-top: 0px;
	margin-right: 10px;
	width: 20em;
	float:right;
}

.reserveContactInfo
{
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
}

form
{
	margin-top: 0px;
	background: #ffffff;
}

h2
{
	margin-bottom: 0px;
	clear: both;
}

div#reserveQuoteDiv
{
	border: 1px solid #000000;
	padding: 10px;
	margin-top: 5em;
}

.reserveSectionTitle
{
	margin-top: 0px;
	margin-bottom: 0px;	
}

div.reserveSection
{
	background: transparent;
	line-height: 20pt;
	margin-bottom: 20px;
}

p.reserveSection
{
	margin-left: 10px;
}

label.Focus
{
	background: #CCDDEE;
}

label.checkLabel
{
	cursor:pointer;
}

label.checkLabelFocus
{
	background: #CCDDEE;
	cursor: pointer;
}

input.text
{
	border-bottom: 2px solid #000000;
	border-top: 0px;
	border-left:0px;
	border-right: 0px;
	background: none;
	font-weight: bold;
	margin: 0px;
	padding-left: 0.5em;
	width: 95%;
	cursor: text;
}

input.textFocus
{
	border-bottom: 2px dotted #000000;
	border-top: 2px dotted #000000;
	border-left:0px;
	border-right: 0px;
	background: #CCDDEE;
	font-weight: bold;
	margin: 0px;
	padding-left: 0.5em;
	width: 95%;
}

input.number
{
	border-bottom: 2px solid #000000;
	border-top: 0px;
	border-left:0px;
	border-right: 0px;
	background: none;
	font-weight: bold;
	margin-left: 2px;
	text-align: center;
	cursor: text;
}

input.numberFocus
{
	border-bottom: 2px dotted #000000;
	border-top: 2px dotted #000000;
	border-left:0px;
	border-right: 0px;
	background: #CCDDEE;
	font-weight: bold;
	margin-left: 2px;
	text-align: center;
}

input.radio
{
	margin-left: 30px;
	cursor: pointer;
}

input.radioFocus
{
	margin-left: 30px;
	cursor:pointer;
}

input.checkbox
{
	cursor:pointer;
}

input.checkboxFocus
{
	cursor:pointer;
}

input.editableOption
{
	border-bottom: 2px solid #000000;
	border-top: 0px;
	border-left:0px;
	border-right: 0px;
	background: none;
	font-weight: bold;
	margin: 0px;
	padding-left: 0.5em;
	width: auto;
	cursor: text;
}

input.editableOptionFocus
{
	border-bottom: 2px dotted #000000;
	border-top: 2px dotted #000000;
	border-left:0px;
	border-right: 0px;
	background: #CCDDEE;
	font-weight: bold;
	margin: 0px;
	padding-left: 0.5em;
	width: auto;
}

a.addFeature
{
	text-decoration:none;
	font-size:1em;
}

a.addFeatureFocus
{
	text-decoration:none;
	font-size:1em;
}

a.removeFeature
{
	text-decoration:none;
	font-size:1em;
}

a.removeFeatureFocus
{
	text-decoration:none;
	font-size:1em;
}


textarea.comments
{
	width:95%;
	height: 3.6em;
	border: 1px dotted #000000;
	font-weight: normal;
	vertical-align: text-top;
	overflow: auto;
	display:none;
}

textarea.commentsFocus
{
	width:95%;
	height: 3.6em;
	border: 1px dotted #000000;
	font-weight: normal;
	vertical-align: text-top;
	overflow: auto;
	background: #CCDDEE;
}

a.comments
{
	font-size: 0.7em;
}