.message {
	position:relative;
	top:-40px;
	left:0;
	display:none;
	background: #333;
	color:#fff;
	height:40px;
}
.message p {
	padding: 12px 10px 10px 10px; font-size: 13px; font-weight: normal; line-height: 14px; color:#fff; margin: 0px 0px 0px 0px;
}
.message h1 {
	margin: 0px 0px 0px 0px; padding: 10px 10px 5px 10px; font-size: 17px; font-weight: normal; color:#fff;
}

.message a, .message a:visited, .message a:hover {
	color:#fff;
}

.counterRow {
	padding: 1px 0px 0px 0px;
    height: 19px;
}

.counterRow ul, .counterRow ul li {
	list-style:none;
	list-style-image:none;
	margin: 0;
	padding: 0;
}
.counterRow ul li {
	display:block;
    float: left;
	cursor:pointer;
	padding: 3px 4px 3px 4px;
	background-color:#fff;
    font-size: 8px;
    line-height: 1.0;
    margin: 0px 0px 0px 0px;
}
.counterRow ul li.active {
	display:block;
	cursor:pointer;
	padding: 3px 4px 3px 4px;
	background-color: #333;
    color: #fff;
    font-size: 9px;
    line-height: 1.0;
    margin: 0px 0px 0px 0px;
    float: left;
}
