#request {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:	gray;
}

.requestHeader {
	color:			gray;
	font-weight:		bold;
	font-size:		13px;
}
.requestText {
	color:	gray;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.requestStep {
	color:			gray;
	background-color:	#efefef;
	font-weight:		bold;
	font-size:		13px;
	padding-left:		5px;
	border-bottom: 		1px dotted #ccc;
	margin-bottom:		5px;
}
.requestEdit {
	color:			gray;
	font-size:		11px;
	font-weight:		normal;
}

.requestError {
	color:			red;
	font-weight:		normal;
	font-size:		11px;
}
.requestConfirmation {
	color:			green;
	font-weight:		normal;
	font-size:		11px;
}


#guestEntry {
	border:			1px solid #dedede;
	background-color:	#efefef;
	color:			gray;
	font-size:		11px;
	padding:		5px 5px 5px 5px;
	margin:			0 0 10px 0;
}
.guestEntryComments {
	border:			none;
	background-color:	#dedede;
	color:			gray;
	font-size:		11px;
	padding:		5px 5px 5px 5px;
	width:			100%;
}
.guestEntryName {
	color:			#336699;
	font-size:		11px;
}


a.guestEntryName {
	color: #6699ff;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
a.guestEntryName:hover {
	color: #3300cc;
	text-decoration: none;
}


