/*  notice */
.notice{
	width:260px;
	font-size:12px;
	}
/*  notice container  */
.notice .hd{
	background:url(../images/notice/login_tittle_bg.gif) repeat;
	height:29px;
	position:relative;
	}
.notice .hd .tit{
	background:url(../images/notice/icon_computer.gif) no-repeat 7px 5px;
	font-weight:bold;
	color:#796937;
	line-height:29px;
	text-indent:26px;
	}
.notice .hd .t-l{
    background:url(../images/notice/login_tittle_corner.gif) no-repeat;
	position:absolute;
    height:29px;
    width:9px;
	top:0;
	left:-2px;
}
.notice .hd .t-r{
	background:url(../images/notice/login_tittle_right.gif) no-repeat;
	position:absolute;
	top:0;
	right:-3px;
	float:right;
	height:29px;
    width:9px;
	}
.notice .bd{
	background:#faf9ed;
	height:160px;
	position:relative;
	}
.notice .bd .bd-l{
	background:url(../images/notice/bd_bg_left.gif) repeat-y;
	position:absolute;
	width:5px;
	height:100%;
	left:-2px;
	}
.notice .bd .bd-r{
	background:url(../images/notice/bd_bg_right.gif) repeat-y;
	position:absolute;
	width:5px;
	height:100%;
	float:right;
	right:-3px;
	}
.notice .bt{
	background:#faf9ed url(../images/notice/bt_bg_bg.gif) repeat-x;
	height:11px;
	position:relative;
	}
.notice .bt .b-l,.notice .bt .b-r{
	background:url(../images/notice/bt_bg.gif) no-repeat;
	position:absolute;
	width:9px;
	height:11px;
	}
.notice .bt .b-l{
	left:-2px;
	}
.notice .bt .b-r{
	float:right;
	right:-3px;
	background-position:-9px 0;
	}
/*  notice close  */
.notice .hd .close a{
	background:url(../images/notice/btn_close_normal.gif) no-repeat;
	width:33px;
	height:28px;
	display:block;
	position:absolute;
	right:-2px;
	top:1px;
	}
.notice .hd .close a:hover{
	background:url(../images/notice/btn_close_hover.gif) no-repeat;
	width:33px;
	height:28px;
}
/*  notice table and font  */
.notice .bd table{
	margin:10px;
	}
.notice .bd th{
	text-align:center;
	color:#7a541f;
	font-weight:bold;
	}
.notice .bd p{
	color:#3e3e3e;
	line-height:20px;
	}
.notice .bd .txt{
	text-indent:18px;
	}