.input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	border: 1px solid #000066;
	font-weight: bold;
	text-indent: 4px;
	padding: 2px;
	background-color: #74BABA;
	text-align: justify;
}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	border: 1px solid #000066;
	font-weight: bold;
	text-indent: 4px;
	padding: 2px;
	background-color: #FFDCB9;
	cursor: hand;
	height: 24px;
	width: 140px;
}


.guest {
	background-color: #9ebede;
	border: 0px none;
	overflow-y: visible;
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

