@charset "utf-8";
/* CSS Document */

.ui-browser-info {
	width:100%;
	display:none;
	height: 60px;
	position:absolute;
	z-index:999999;
	background-color:#F63;
	color:#FFF;
	text-align:center;
	padding-top: 30px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
	.ui-browser-currentpage {
		color: #FFF;
		display:none;	
	}