	/* remove outline around links */
	a, input {outline: none;}
	img {border: none;}
	form {
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	.left {float: left;}
	.right {float: right;}
	
	
	#containerBookPromo { 
	    position:absolute;
	    top:0;
	    right:0;
		z-index: 70;
	    width: 420px;
		height: 105px;
	}

	div#boxPlanner { 
		position:absolute; 
		background-color:#f2f2f2; 
		top: -150px;
		width: 420px;
		height: 150px;
		z-index: 80;
	}
	#boxPlannerHeader { 
		position:absolute; 
		background-color:#8e8e8e; 
		top: 0px;
		left: 0px;
		width: 420px;
		height: 25px;
	}
	#boxPlannerWidget { 
		position: absolute;
		top: 25px;
		left: 0px;
		width: 420px;
		height: 105px;
	}
	#boxPlannerFooter { 
		position:absolute; 
		background-color:#656565; 
		bottom: 0px;
		left: 0px;
		width: 420px;
		height: 20px;
		z-index: -1;
	}
	
	#boxBtnPlanMap {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 89px;
		height: 95px;
		z-index: 70;
	}
	
	#openPlanner, #closePlanner {
		cursor: pointer;
	}
	
	.hide 
	{
		display: none;
	}
	
