.message-dialog {
	width:400px;
	background:url(../img/dialogbox_bottom.png) bottom center no-repeat;
	padding:0 0 37px;
	z-index:1003;
	margin:20px 0 20px 100px;
}

.message-dialog-active {
	display:block;
	position:fixed;
	top:380px;
	left:0;
}

.message-dialog a.close {
	height:10px;
	width:10px;
	display:block;
	background:url(../img/dialogbox_close.png) center no-repeat;
	text-indent:-5000px;
	outline:none;
	position:relative;
	left:383px;
	top:7px;
}

#message-box-overlay {
	width:100%;
	height:100%;
	z-index:1002;
	background:#666666;
	opacity:0.5;
	filter: alpha(opacity = 50);
	position:absolute;
	left:0;
	top:0;
}

.message-dialog h2 {
	width:400px;
	height:30px;
	background:url(../img/dialogbox_top.png) top center no-repeat;
}

.message-dialog ul {
	width:400px;
	min-height:50px;
	background:url(../img/dialogbox_bg.png) top center repeat-y;
	padding-top:10px;
}

.message-dialog ul.messages li {
	padding: 2px 22px;
}
div#ajax_message_box h2 {
	margin-bottom: 0;
}