	.modal {
		background-color:#fff;
		display:none;
		width:350px;
		height:180px;
		padding:15px;
		text-align:center;
		border:2px solid #333;
		margin-top:150px;
	 
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
	}
	#resultsContainer {
		background-color:#613E5B;
		padding:9px;
	}
	
	/* multi results styles */
	#hotelSearchResults {
		background-image:url(/bgs/flock_box_bg_no_corner.gif);
		margin-bottom: 20px;
		padding:7px;
	}
		#hotelSearchResults #image {
			float:left; 
			margin-right:10px; 
			border:none;
		}
		#hotelSearchResults #text {
			float:left;
			line-height:1.3em;
			width: 280px;
		}
		#hotelSearchResults #stars {
		
		}
		#hotelSearchResults h3 {
			color:#411138;
			font-size: 1.0em;
			font-weight: bold;
			padding: 0px;
			margin: 0 0 0px 0;
		}
		#hotelSearchResults .faint {
			color:#90788B;
			font-size:0.8em;
			display:block;
			margin-bottom: 5px;
		}
		#hotelSearchResults #rightArea {
			float:right;
			width:170px;
			margin-top:9px;
		}
		#hotelSearchResults .fromCell {
			text-align:right;
			vertical-align:center;
			font-style:italic;
			padding-right:9px;
		}
		#hotelSearchResults .toCell {	
			padding-top:7px;
			text-align:right;
			vertical-align:center;
			font-style:italic;
			padding-right:9px;
		}
		#hotelSearchResults .priceCell {
			font-size:120%;
			font-weight:bold; 
			color:#A2486D;
		}
		#hotelSearchResults .priceCellSmall {
			font-size:100%;
			font-weight:normal;
			color:#A2486D;
			padding-top:4px;
		}
		#hotelSearchResults .buttonCell {
			padding-top:10px;
		}
	#resultsHeader #title h2 {
		color:#ffffff;
		font-size:120%;
	}
	a.hotelName {
		color:#A2486D;
		font-style:italic;
	}
