.MsgBox
{
	border: 0px none #cccccc;
	position: absolute;
	left: 300px;
	z-index: 1000000;
	background-color:#ffffff;
}
.MsgBox td
{
	padding: 0px;
	margin: 0px;
}
.MsgBox .lefttop
{
	background-image: url(../image/lefttop.gif);
	background-position: left;
	background-repeat: repeat-x;
	width: 1px;
	height: 28px;
}
.MsgBox .top
{
	background-image: url(../image/lefttop.gif);
	background-position: center center;
	background-repeat: repeat-x;
	height: 28px;
	font-size: 12px;
	cursor: move;
	line-height: 28px;
}
.MsgBox .righttop
{
	background-image: url(../image/lefttop.gif);
	background-position: right;
	background-repeat: repeat-x;
	width: 1px;
	height: 28px;
}
.MsgBox .left
{
	background-color: White;
	border-left: solid 1px #cccccc;
	width: 1px;
	font-size: 1px;
}
.MsgBox .content
{
	font-size: 12px;
	height: 100px;
}
.MsgBox .right
{
	background-color: White;
	border-right: solid 1px #cccccc;
	width: 1px;
	font-size: 1px;
	z-index: 1000000;
}
.MsgBox .leftbottom
{
	height: 1px;
	border-bottom: solid 1px #cccccc;
	font-size: 1px;
}
.MsgBox .bottom
{
	height: 1px;
	border-bottom: solid 1px #cccccc;
	font-size: 1px;
}
.MsgBox .rightbottom
{
	height: 1px;
	border-bottom: solid 1px #cccccc;
	font-size: 1px;
}
.MsgBox .title
{
	font-size: 12px;
	cursor: move;
	line-height: 28px;
	height: 28px;
	width:300px;
    text-align:left;
}
.MsgBox .close1
{
	background-image: url(../image/close1.gif);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 34px;
	height: 20px;
}
.MsgBox .close2
{
	background-image: url(../image/close2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 34px;
	height: 20px;
}
.MsgBox .btnleft
{
	background-image: url(../image/btnleft.gif);
	background-position: right center;
	background-repeat: no-repeat;
	width: 5px;
	height: 23px;
	cursor: pointer;
}
.MsgBox .btnmiddle
{
	background-image: url(../image/btnleft.gif);
	background-position: center center;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 23px;
	cursor: pointer;
	width: 60px;
	text-align: center;
}
.MsgBox .btnright
{
	background-image: url(../image/btnleft.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 23px;
	width: 5px;
	cursor: pointer;
}
.MsgBox .btn
{
	float: left;
}
.MsgBox .warning
{
	background-image: url(../image/warning.gif);
	width: 44px;
	height: 42px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.MsgBox .information
{
	background-image: url(../image/information.gif);
	width: 42px;
	height: 39px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.MsgBox .error
{
	background-image: url(../image/error.gif);
	width: 46px;
	height: 44px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.MsgBox .question
{
	background-image: url(../image/question.gif);
	width: 40px;
	height: 46px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
