/* CSS Document */
form
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	text-align:center;
	background-color:#fff;
}

fieldset
{
	border:0.1em solid #900;
	padding:2em 1em;
	margin:1em;
	position:relative;
}

legend
{
	text-align:left;
	padding:0.2em 1em;
	height:2em;
	line-height:2em;
	background-color:#900;
	color:#fff;
}

dl
{
	text-align:left;
	position:relative;
	padding:1em;
}

dt
{
	float:left;
	width:10em;
	height:2em;
	line-height:2em;
	text-align:right;
	clear:left;
}

dd
{
	padding:0.1em 0;
	position:relative;
	width:40em;
	margin-left:10.2em;
	
}

dd input
{
	border:thin solid #990;
	line-height:2em;
	height:2em;
	width:30em;
}

textarea
{
	border:thin solid #990;
	width:30em;
	height:10em;
}

#resetBtn, #submitBtn
{
	width:5em;
	border: thin solid #009;
	color:#009;
}

#resetBtn
{
	color:#900;
	margin-right:4em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}

#submitBtn
{
	margin-left:4em;
	height:2em;
	line-height:2em;	
}

#submitBtn:hover
{
	cursor:pointer;
}

#guestComments
{
	height:100%;
}

label
{
	font-weight:bold;
}

input.errorMessage, textarea.errorMessage
{
	border:thin solid #f00;
}

dd label
{
	z-index:20;
	position:absolute;
	right:0;
	top:0;
	line-height:2em;
	height:2em;
	color:#f00;
	border:none;
};

dd label.errorMessage
{
	border:none;
}


