#dotepub {
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;

	text-align: center;
	position: fixed;
}
#dotepub #status {
	background: #d5eeab url('http://dotepub.com/i/dotepub.png') no-repeat left top;
	height: 32px;
	border-bottom:1px solid #85ba25;
}
#dotepub #status p {
	text-align: center;
	margin: 0;
	padding: 5px 0;
	color: #000;
	font-family: Georgia, Helvetica, Swiss, Arial, Serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: blink;
}
