/* ECHO bar styles - BEGIN */

body{
	margin: auto 0;
	padding: 0;
}

.echoOverlay {
	background: url(../images/pop-over.png) center top;
	z-index: 100;
	overflow: visible;
	opacity:0;
	width: 330px;
	height: 145px;
	position: absolute;
	top: -10px;
	right: -1000px;
}

.echoContainer:hover .echoOverlay {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity:1;
	top: 45px;
	right: 260px;
}

.echoContainer {
	background: #ffea5c;
	border-bottom: 4px solid #006294;
	display: block;
	overflow: visible;
	position: relative;
	top: 0;
	width: 100%;
}

.echoContainer p {margin: 0; padding: 0; }

.echo {
	background: url(../images/echo-bar.png) no-repeat center bottom;
	position: relative;
	width: 994px;
	height: 58px;
	margin: auto;
	overflow: visible;
}

.echoText {
	font: normal 19px verdana, sans-serif;
	color: #010101;
	position: absolute;
	overflow: visible;
	top: 20px;
	display: block;
	-webkit-transition: background 1.5s ease;
	transition: background 1.5s ease;
	}

.echoCode {left:562px; width: 152px; text-align: center; }

.echoCode:hover {background: #006294; color: #fff;}

.echoTimer {right:15px; width: 125px; text-align: center;}

/* ECHO bar styles - END */