.travel-planner {
	background: #061937 url('../images/bg-travel-planner.png') repeat-x scroll top right;
	
	width:  579px;
	height: 493px;
	
	position: relative;
}

.travel-planner-corner {
	position: absolute;
	
	line-height: 0px;
	font-size: 0px;
	
	height: 5px;
	width: 5px;
}

.travel-planner-corner-topleft {
	background: transparent url('../images/bg-travel-planner-corner-topleft.gif') no-repeat scroll top left;
	
	left: 0px;
	top: 0px;
}

.travel-planner-corner-topright {
	background: transparent url('../images/bg-travel-planner-corner-topright.gif') no-repeat scroll top right;
	
	right: 0px;
	top: 0px;
	
	-right: -1px; /* IE 6 */
}

.travel-planner-corner-bottomleft {
	background: transparent url('../images/bg-travel-planner-corner-bottomleft.gif') no-repeat scroll bottom left;
	
	left: 0px;
	bottom: 0px;
	
	-bottom: -1px; /* IE 6 */
}

.travel-planner-corner-bottomright {
	background: transparent url('../images/bg-travel-planner-corner-bottomright.gif') no-repeat scroll bottom right;
	
	right: 0px;
	bottom: 0px;
	
	-bottom: -1px; /* IE 6 */
	-right: -1px; /* IE 6 */
}

.travel-planner-heading {
	width: 129px;
	height: 25px;
	
	position: absolute;	
	top: 9px;
	left: 6px;
}

.travel-planner-heading-help {
	width: 197px;
	height: 25px;
	
	position: absolute;	
	top: 7px;
	right: 10px;
	
	border: 0px;
}

.travel-planner-content {
	/*background: transparent url('../images/place-holder-travel-planner.gif') no-repeat scroll bottom right;*/
	
	width: 567px;
	height: 448px;
	
	position: absolute;
	bottom: 6px;
	left: 6px;
	
	color: #ffffff;
	border: 0px;
}

EMBED, OBJECT {
	border: 0px;
	display: block;
}
