.msgbox
{
    background-color:#fff;
    display:none;
    padding:15px;
    text-align:left;
    border:2px solid #ccc;
	width:450px;
	z-index: 9999;
}
.msgbox div.close
{
    background:url('/imgs/common/close.png') no-repeat;
    position:absolute;
    top:-18px;
    right:-18px;
    width:35px;
    height:35px;
    cursor:pointer;
}
.msgbox h2
{
    color:#0066cc;
    width:100%;
    font-size:14px;
    background:url(/img/global/info.png) 0 50% no-repeat;
    padding:10px 0;
	margin: 0;
}
.msgbox p{
	color: #666666;
	font-size: 13px;
	padding: 0 0 10px;
}
.msgbox .msgbox_content
{
    padding: 10px 10px 30px 70px;
}
.msgbox.alert .msgbox_content
{
    background:url('/imgs/common/alert_icon.png') no-repeat;
}
.msgbox.info .msgbox_content
{
    background:url('/imgs/common/info_icon.png') no-repeat;
}
.msgbox.alert div.close, .msgbox.info div.close, .msgbox.progress div.close
{
    background:none;
}

.msgbox.infotop div.close
{
    background:url('/imgs/common/info_icon.png') no-repeat;
    position:absolute;
    top:0px;
    left:10px;
    width:48px;
    height:48px;
}
.msgbox.infotop .msgbox_content
{
    padding: 5px 0 0 70px;
}
.msgbox.infotop, .msgbox.progress
{
    border:none;
    width: 100%;
	overflow: hidden;
    height: 27px;
    padding: 0;
    background: #016FD9 url('/imgs/layout/top_bar.png') repeat-x;
    color: #fff;
    font-size: 10px;
    text-align: left;
    border-bottom: #ccc 1px solid;
}

.msgbox.infotop{
	overflow: visible;
}

.msgbox.progress
{
	background: #333333;
	color: #333333;
	padding: 10px 0;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	border-top: 2px solid #0099ff;
}

.msgbox.progress .msgbox_content
{
    background:url('/imgs/common/progress2.gif') center bottom no-repeat;
	margin: 0 auto;
	width: 870px;
	padding: 10px 0 10px 20px;
	font-size: 13px;
}

.msgbox.progress .msgbox_content span
{
    margin: 0 0 10px;
	color: #ffffff;
}

.msgbox a.confirm_yes, .msgbox a.confirm_no{
	background: #0066cc;
	color: #ffffff;
	font-size: 14px;
	margin-right: 10px;
	padding: 3px 6px;
	cursor: pointer;
}

.msgbox .button_wrapper{
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}

.msgbox .button_wrapper a, .msgbox .button_wrapper button{
	float: right;
	margin-right: 20px;
	font-weight: normal;
}

