﻿		body, td, th
        {
            font-size: 12px;
        }
        td a
        {
        	color:Black;
        	text-decoration:none;
        }
        
        td a:hover 
        {
        	color:#e30000;
        }
        body
        {
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
        }
        .txt
        {
            text-align: left;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12pt;
            font-weight: bold;
            color: #000000;
        }
        .txt_2
        {
            text-align: left;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #000000;
        }
        .btnLogin
        {
            background: url(../images/login.gif) no-repeat center;
            display: inline;
            height: 25px;
            width: 49px;
            text-align:center;
        }
        .btnJoin
        {
            background: url(../images/join.gif) no-repeat center;
            display: inline;
            height: 25px;
            width: 49px;
            text-align:center;
        }
        
        .btnLoginCh
        {
            background: url(../images/login_ch.gif) no-repeat center;
            display: inline;
            height: 25px;
            width: 49px;
            text-align:center;
        }
        .btnJoinCh
        {
            background: url(../images/join_ch.gif) no-repeat center;
            display: inline;
            height: 25px;
            width: 49px;
            text-align:center;
        }
        
        .OutDiv
        {
        	 line-height:24px;
        	 float:left;
        }
        
        .listContents
        {
        	line-height:24px;
        	float:left;
        }
        
        .quickSpan
        {
        	background: url(../images/x.gif) no-repeat  130px center;
        }
        
        .quickSpan1
        {
        	background: url(../images/s.gif) no-repeat  130px center;
        }
        
        
        
/*右下角消息框*/
#div_msg
{
	width: 300px;
	height: 100px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	border: solid 1px #B62626;
	display: none;
	z-index: 999;
	background: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#div_msg .title
{
	padding-left: 10px;
	width: 290px;
	height: 24px;
	line-height: 24px;
	background: #B62626;
	z-index: 9;
	color: White;
}
#div_msg .close
{
	margin-right: 3px;
	margin-top: 3px;
	float: right;
	z-index: 9;
	cursor: pointer;
}
#msg_title
{
	font-weight: bold;
	font-size: 14px;
	z-index: 9;
}
#msg_content
{
	width: 280px;
	padding: 10px;
	line-height: 16px;
	z-index: 9;
	font-size: 12px;
}
#msg_content .item
{
	padding: 2px 0px 2px 0px;
	border-bottom: dashed 1px #666;
}
#msg_content .item a
{
	color: #0099FF;
	text-decoration: none;
}
#msg_content .item a:hover
{
	color: #FF6600;
}

#msg_content .item a:visited
{
	color: #0099FF;
}
