#messages ul,
#messages ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

div#messages {
	width: 330px;
	height: 200px;
	position: fixed;
	top:30%;
	left: 35%;
	border: 2px solid #2581a4;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #f1f1f1;
	z-index: 100;
}

#messages dl#system-message {
	margin:20px 2px 0px 2px;
	padding:15px;
}

#messages dl#system-message dt {
	margin-bottom: 10px;
	color: #BD1E2C;
	font-weight: bold;
	text-transform:uppercase;
}
#messages #close a {
	color: #2581a4;
	text-decoration: underline;
	text-align: center;
	display: block;
}
#messages-container {
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .50;
  	filter: alpha(opacity=50);
	z-index: 99;
	overflow: hidden;
}

#message_bar {
	background:url(../images/notice-bar_bg.gif) repeat-x top left;
	float:left;
	display:block;
	color:white;
	width:300px;
	height:27px;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}
#message_barx {
	background:url(../images/notice-bar_close.gif) no-repeat top left;
	float:left;
	display:block;
	width:20px;
	height:27px;
	text-align:left;
}

#system-message {
	clear:both;
	margin-top:50px;
	border-bottom:1px solid #2581a4;
		border-top:1px solid #2581a4;
		background-color:white;
}

#close {
	padding-top:10px;
}