
#message_background {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#message {
	background-image:url('/image/popup_bg.gif');
	background-repeat:no-repeat;
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:485px;
	width:365px;
	z-index:2;
	padding:12px;
	font-size:13px;
	margin-top:30px;
	margin-right:35px;
}

#message h1 {
	text-align:left;
	color:#000000;
	font-size:12px;
	font-weight:700;
	padding-left:20px;
	padding-right:10px;
	margin-top:10px;
}

#message_content {

	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	width:293px;
	float: left;
	display: block;
	text-align:left;
	color:#000000;
}

#message_close {
	font-size:14px;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	float: right;
	margin-right: 35px;
}

#message_logo {
	margin-left:19px;
	margin-top:20px;
}

