/* CSS Document */

#container *
{
	font-size:12px;
}
#container
{
	width: 500px;
	height: 400px;
}
	#map
	{
		width: 500px;
		height: 400px;
	}
	
	.main_container 
		{
		height:70px;
		width:200px;
		}
	
		.hotel_name 
		{
			font-weight: bold
		}
		.details 
		{
			color:#0099ff;	
		}		
		.book_now 
		{
			font-weight: bolder; color: #ff9933
		}
	
	
	#reset_container 
	{
		float:left;
		width: 100px;
		padding:5px 0;
	}
		#reset_map 
		{
			font-size:11px; width:100px;  background: #ccc;  margin-left:120px;   text-align: center;
		}
			#reset_map A:link 
			{
				font-weight: bold; text-transform: uppercase; color: white; text-decoration: none
			}
			#reset_map A:visited 
			{
				font-weight: bold; text-transform: uppercase; color: white; text-decoration: none
			}


