/* EBC CSS Stylesheet used in Find_US          */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

.travel_blind {
	font-family: Tahoma;
	font-size: 22px;
	color: #000000;
	margin: 10px;
}
.demoDiv{
	height: 250px;
	overflow: hidden;
	background-color: #CCCCCC;
	width: 750px;
	border-top: #FF0000;
	border-right: #FF0000;
	border-bottom: thin solid #FF0000;
	border-left: #FF0000;
}
.hiddenElement{
	display:none;
	/* Fix IE floating bug */
	position: absolute;
	top: 90px;
}
		