﻿.MessagePanel
{
	margin-top:7px;
}

#messagebar_hidden
{
	height: 1px;
}
.msgpinned
{
	height: 30px;
	width: 100%;
	overflow:hidden;
	vertical-align:middle;
}

.message-container
{
	height: 30px;
}

.message-container table
{
	height: 30px;
}

#message-bar-icon
{
	padding-left: 5px;
	padding-right: 5px;
}
#message-bar-content
{
	padding-top:2px;
	white-space: nowrap;
}
#message-bar-remove
{
	padding-right:5px;
}

.message-bar, .msgpinned
{
	opacity: 0.90;
	filter: alpha(opacity=90); 
	filter: "alpha(opacity=90)";
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.message-container table tr td
{
	font-size: 11px;
	vertical-align:middle;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

