/*
	------------------------------------------------------------------------
	This style sheet is gleaned from teh source of the booking code:
	The Econo Lodge web site.
	By Bill Valvo - ValvomTech.com 4-3-08
	------------------------------------------------------------------------
*/
.subtext {
   font-size:9px;
}
.formtext {
   font-weight:bold;
   color: #575757;
}
.brandtabfont {
   text-decoration:none;
   font-size:11px;
   font-weight: bold;
   color:#FFFFFF;
}
.emph1 {
	font-style:italic;
	font-size:22px;
	color:#FFFFFF;
	font-weight:bold;
}

.dropdown select {
   font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
   font-size: 10px;
   color: #000000;
   border-color: #000000;
   border-width: 1px;
}

.padtopbottom {
	padding-top:4px;
	padding-bottom:4px;
}
.srpdropdown select {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 9.5px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
}
