﻿/*@charset "utf-8";*/
/* CSS Document */
/* Created Date: 2007年10月18日 */

@import url("zj.css");


/* ========================================= 全局定义 ============================================ */

/* * {margin:0;padding:0;} */
html, body
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	color: #272727;
	font-size: 12px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	text-align: /**/ center; /*for IE5*/ /*background: url(../images/bg.jpg) -3px 0%;*/
	background-color: #3366cc;
}
.cl
{
	clear: both;
}

.center
{
	margin: 0 auto;
	text-align:center;
}
.left1
{
	text-align:left;
}
/*a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #222;
}
a:hover
{
	color: #686868;
}*/

.clear, .clean
{
	font: 0px/0px sans-serif;
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	overflow: hidden;
}
img
{
	border: 0;
}
.l
{
	text-align: left;
}
.c
{
	text-align: center;
}
.r
{
	text-align: right;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}


#msg_div_all
{
	width: 100%;
	height: 100%;
	position: absolute;
	filter: Alpha(opacity=40);
	-moz-opacity: 0.4;
	background: #000;
}
#msg_div_main
{
	position: absolute;
}
#msg_div_main_1
{
	background-image: url(../images/img_msg/bg_01.gif);
	width:5px;
	height:37px;
}
.msg_div_main_2
{
	background-image: url(../images/img_msg/bg_02.gif);	
}
.msg_div_main_3
{
	background-image: url(../images/img_msg/bg_06.gif);	
	width:5px;
	height:37px;	
}
.msg_div_main_7
{
	background-image: url(../images/img_msg/bg_07.gif);	
}
.msg_div_main_8
{
	background-image: url(../images/img_msg/bg_08.gif);	
}
.msg_div_main_9
{
	background-image: url(../images/img_msg/bg_09.gif);	
}
.msg_div_main_10
{
	background-image: url(../images/img_msg/bg_10.gif);	
}
.msg_div_main_11
{
	background-image: url(../images/img_msg/bg_11.gif);	
}
.msg_div_main_close
{
	background-image: url(../images/img_msg/bg_05.gif);	
	width:27px;
	height:37px;	
}
.msg_div_main_close_Mousedown
{
	background-image: url(../images/img_msg/bg_18.gif);	
	width:27px;
	height:37px;	
}

.msg_div_main_close_Mouseover
{
	background-image: url(../images/img_msg/bg_13.gif);	
	width:27px;
	height:37px;	
}
#msg_div_main_title
{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	padding: 3px 0 0 7px;
}
#msg_div_main_content
{
	font-size: 12px;
	color: #e69c10;
	padding-left: 8px;
}
.msg_div_main_but
{
	background: url(../images/img_msg/buttonbg.gif);
	width: 65px;
	height: 20px;
	border: none;
	padding-top: 3px;
	font-size: 12px;
	cursor: pointer;
}

#common_img
{
	float: left;
	border-right: gold 1px dotted;
	border-top: gold 1px dotted;
	border-left: gold 1px dotted;
	border-bottom: gold 1px dotted;
	margin-right: 2px;
}
.display-none
{
	display:none;
}