div#msgbox
{
    display:none;
	
	width:339px;
    min-height:152px;
    position:fixed;
    border:solid 1px #093261;
    background:#ffffff;
    
    left:100px;
    top:50px;
	
	display:none;
	
	z-index:999;
}
div#msgbox div.header
{
    height:31px;
}
div#msgbox div.msg
{
    width:100%;
    height:100%;
    text-align:center;
}
div#msgbox .button
{
    
}

#msgBox_background {
	position:absolute;
	display:none;
	z-index:997;
	background:url(background.png) repeat;
}