#messageboxbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;/*body-bg*/
	top: 0;
	left: 0;
	z-index: 999£»
}
.messagebox{
	width: 300px;
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	z-index: 9999£»
}

.messagebox .title {
	float:left;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
   background: url(images/topbottom.gif) repeat-x;
	cursor: move;
}
.messagebox .title p {
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #15428B;
	margin-top: 5px;
	padding-left: 18px;
}
.messagebox .title span {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 6px;
	cursor: pointer;
	background: url(images/messagebox_bar.gif) -8px -48px no-repeat;
}
.messagebox .m_ltop {
	width: 4px;
	height: 26px;
	float: left;
	background: url(images/messagebox_bar.gif) 0 0 no-repeat;
	display: inline;
}
.messagebox .m_rtop {
	width: 4px;
	height: 26px;
	float: right;
	background: url(images/messagebox_bar.gif) -4px 0 no-repeat;
	display: inline;
}
.messagebox .m_con {
	clear:both;
	padding: 1px;
	background: #e7eff8;
	border-left: 1px solid #8ca0b0;
	border-right: 1px solid #8ca0b0;
}
.messagebox .m_con2 {
	background: #fbfeff;
	padding: 5px;
}
.messagebox .content {
	height: auto;
	padding: 10px;
	text-align: center;
}
.messagebox .m_lbottom {
	width: 4px;
	height: 43px;
	float: left;
	background: url(images/messagebox_bar.gif) 0 -26px no-repeat;
	display: inline;
}
.messagebox .m_rbottom {
	width: 4px;
	height: 43px;
	float: right;
	background: url(images/messagebox_bar.gif) -4px -26px no-repeat;
	display: inline;
}
.messagebox .m_cbottom {
	float: left;
	display: block;
	min-width: 150px;
	height: 43px;
	text-align: center;
	background: url(images/topbottom.gif) 0 -26px repeat-x;
}

.messagebox_error {
	height: 16px;
	background: url(images/messagebox_bar.gif) -40px -52px no-repeat;
	padding-left: 18px;
}
.addenter {
	float: right;
	margin-top: 8px;
	margin-right: 10px;;
	display: inline;
	width: 69px;
	height: 24px;
	background: url(images/messagebox_bar.gif) -8px 0 no-repeat;
}
.addesc {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	display: inline;
	width: 69px;
	height: 24px;
	background: url(images/messagebox_bar.gif) -8px -24px no-repeat;
}
.icon-info {
	background: url(images/messagebox_bar.gif) -56px -48px no-repeat;
}
.icon-error {
	background: url(images/messagebox_bar.gif) -40px -48px no-repeat;
}
.icon-stop {
	background: url(images/messagebox_bar.gif) -24px -48px no-repeat;
}
