#topbar{
	position:absolute;
	border: none;
	padding: 3px;
	background: lightyellow url('/images/topbar/ftb-background.gif') repeat-x left bottom;
	visibility: hidden;
	z-index: 100;
	border-top: solid 1px #CDCDCD;
}

#topbar:hover {
	background: #3399FF url('/images/topbar/ftb-background-over.gif') repeat-x left bottom;
	cursor: pointer;
}

#topbar div.message {
	display: inline;
	float: left;
	background: url('/images/topbar/ftb-alert.gif') no-repeat 5px 2px;
	padding: 0px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	text-align: justify;
}
#topbar div.message * { color: #666666; }
#topbar div.message h2 { color: #FF9103; }

#topbar div.message h2 {
	display: inline;
	line-height: 20px;
	border: none;
	background-color: transparent;
}

#topbar:hover > div.message {
	background: url('/images/topbar/ftb-alert-over.gif') no-repeat 5px 2px;
	color: #FFFFFF;
}
#topbar:hover > div.message * { color: #FFFFFF; }

#topbar div.closeButton {
	display: inline;
	float: right;
	padding-right: 5px;
	background: url('/images/topbar/ftb-close.gif') no-repeat left;
}

#topbar:hover > div.closeButton {
	background: url('/images/topbar/ftb-close-over.gif') no-repeat left;
}

#topbar div.closeButton a {
	text-decoration: none;
}

