﻿/*弹出框 */


#massage_box
{
	position:absolute;  
	left:expression(0); 
	top: expression(document.documentElement.clientHeight-200); 
	width:350px;
	height:200px;
	
	z-index:12; 
	visibility:visible;
}

.massage
{
	border:#6FC0FF solid; 
	border-width:1 1 3 1; 
	width:95%; 
	height:95%; 
	background:url(../img/msg_bg.gif) repeat-x;
		
	line-height:normal;	
}
.header
{
	background:#3892DC;
	height:10%; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	padding:3 5 0 5; 
	color:#fff;
}