/*
    Document   : main.css
    Created on : 2010-10-8, 17:48:57
    Author     : Zehee
    Description:
        内页样式表
*/

/*可以合并到全局的样式*/
.middle{vertical-align: middle}
.bottom{vertical-align:bottom}
.ofh{overflow: hidden}
.toplogin {vertical-align:top}
.validation td {padding:5px 0;}
.clearfix{zoom:100%; clear:both}
.clearfix:after{content: "."; display: block; clear: both; visibility: hidden; height: 0; font-size: 0;}
.f60{color: #f60;}
.gray{color: #888}
.black{color: #000;}
.green{color: green}
.duan{
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    padding-top: 1em;
}
.center{text-align: center}
.del-line{
    text-decoration: line-through;
}
.gray-border{
    border:1px solid #ebebeb;
}
.gray-border-right{
    border-right: 3px solid #ebebeb;
}
.gray-border-left{
    border-left: 3px solid #ebebeb;
}
.gray-border-bottom{
    border-bottom: 1px solid #ebebeb;
}
.gray-bor-b-d{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
	margin-bottom:5px;
}
.gray-border-top{
    border-top: 1px solid #ebebeb;
}
.border-org-top-round-gray{
	border:solid 1px #CCCCCC;
	border-top:solid 3px #FF6600;
}
/*margin*/
#container.margin-tb{
    margin-top:10px;
    margin-bottom:10px;
}
.margin-tb{
    margin:10px 0;
}
.margin-t5px{
    margin-top: 5px;
}
.margin-t10px{
    margin-top: 10px;
}
.margin-t15px{
    margin-top: 15px;
}
.margin-b10px{
    margin-bottom: 10px;
}
/*padding*/
.padding-tb10px{
    padding: 10px 0;
}
.padding-t10px{
    padding-top: 10px;
}
.padding-b10px{
    padding-bottom: 10px;
}
.padding-l10px{
    padding:0 0 0 10px;
}
.padding-lr10px{
    padding: 0 10px;
}
.padding-10px{
    padding: 10px;
}
.padding-t20px{
    padding-top: 20px;
}
.padding-b30px{
    padding-bottom: 30px;
}
.padding-tb30px{
    padding: 30px 0;
}
.padding-15px{
    padding: 15px;
}
.padding-tb15px{
    padding: 15px 0;
}
.padding-lr15px{
    padding: 0 15px;
}
.padding-30px{
    padding: 30px;
}

/*字号*/
.f10px{
    font-size:10px;
}
.f12px{
    font-size:12px;
}
.f14px{
    font-size:14px;
}
.f16px{
    font-size:14px;
}
/*行高*/
.lh20px{
    line-height: 20px;
}
.lh30px{
    line-height: 30px;
}
.lh40px{
    line-height: 40px;
}
.lh50px{
    line-height: 50px;
}
/*字体样式*/
.bold{
    font-weight: bold;
}

/*f-tabs*/
.f-tabs{
    border-bottom: 1px solid #999999;
    font-size: 14px;
    padding-left: 10px;
}
.f-tabs li{
    margin-left: 3px;
    border: 1px solid #999999;
    background:url(/yangfanbook/image/f-tabs-bg.png);
    float: left;
    line-height: 21px;
    padding: 0 10px;
    border-bottom: 0;
}
.f-tabs li a{
    color: #666666;
}
.f-tabs li a:hover{
	text-decoration:none;
}
.f-tabs li.on{
    background: #fff;
    line-height: 22px;
    margin-bottom: -1px;
    position: relative;
}
.f-tabs li.on a{
    color:#f60;
    font-weight: bold;
}
.f-tabs li.on a:hover{
	text-decoration:none;
}

/*内页样式*/
#l-sider{
    width: 200px;
    padding: 12px 0;
	border:solid 1px #CCCCCC;
}
#avatar-big{
	padding-bottom:10px;
}
#avatar-big img{
    display: block;
    margin: 0 auto;
	width:180px;
	border:solid 1px #CCCCCC;
}
#avatar-big span{
    background: #FFFBEB;
    border: 1px solid #FFE1BC;
    font-size: 14px;
    line-height: 30px;
    padding: 2px 5px;
}
#avatar-big p{
    margin-top:5px;
}
#l-sider-menu{
    font-size: 14px;
}
#l-sider-menu li{
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px dashed #ebebeb;
}
#l-sider-menu li a{
    color: #000;
}
#l-sider-menu li.on{
    background: #FF8533;
    border: none;
	margin:0 -1px;
}
#l-sider-menu li.on a{
    color: #ff9;
}
#r-content{
    padding: 12px;
    width: 710px;
	border: 1px solid #CCCCCC;
}
#tips{
    background: #FFFBEB;
    border: 1px solid #FFE1BC;
    padding: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}
.order-school ul{
    background: #F9FAFA;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 0 0;
}
.order-school li{
    float: left;
    padding-right: 20px;
}
.order-school li.toggle{
    float: right;
    padding: 0;
}
.order-book-list{
    width: 680px;
    margin:5px 0 5px 30px;
}
.order-book-list td{
    line-height: 28px;
}
.order-book-list .someone_donated td{
	color:#999;
}
.order-book-list .someone_donated td span{
	text-decoration:line-through
}
.about-top-img{
    padding: 20px 0 20px 20px;
}
.about-top-img li{
    display: inline;
    padding: 0 5px;
}
#provinces h2{
	border-bottom:solid 1px #CCCCCC;
}
.prov-list li{
    width: 111px;
    float: left;
    line-height: 30px;
    color: #f60;
    height: 30px;
	margin-right:20px;
	display:block
}
.prov-list li a{
    color: #444;
}
.prov-list li.on{
}
.prov-list li.on a{
    font-weight: bold;
    color: #black;
    font-size: 14px;
}
.prov-title{
    background: url("/yangfanbook/image/schools.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    width: 136px;
}
.prov-list{
    padding: 10px 0 10px 20px;
}
/* 捐赠图书展示 */
.show-books-title{
    background: url("/yangfanbook/image/tushuzhanshi.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    width: 136px;
}
.show-books-list{
    padding: 5px 10px;
}
.show-books-list ul li{
    width: 310px;
    border-bottom: 1px solid #ebebeb;
    float: left;
    padding:5px 0;
    margin-left: -1px;
	*margin-left:0;
}
.show-books-list .school-info{
    border-left: 1px solid #ebebeb;
	*border-left: none;
    padding: 10px 0 15px 15px;
}
.show-books-list .intro{
 	width: 175px;
    padding: 0 5px 0 10px;
    line-height: 20px;
}
/* end */
#school-list{
    padding: 5px 10px;
}
#school-list ul li{
    width: 310px;
    border-bottom: 1px solid #ebebeb;
    float: left;
    padding:5px 0;
    margin-left: -1px;
}
#school-list .school-info{
    padding: 10px 0;
    border-left: 1px solid #ebebeb;
    padding-left: 10px;
}
#school-list .intro{
    width: 160px;
    padding: 0 5px;
    line-height: 20px;
}
.rate{

}
.rate .left{
	margin-top:5px;
}
.rate-bar{
    margin-top: 9px;
	margin-left:15px;
	margin-right:10px;
    background: url("/yangfanbook/image/rate_bg.png") no-repeat;
    width: 93px;
    height:9px;
    display: block;
    float: left;
}
.rate .jzbutton{
	margin-top:3px;
	margin-right:30px;
	_margin-right:10px;
	float:right;
}
.rate-bar-i{
    background: url("/yangfanbook/image/rate_on.png") no-repeat;
    display: block;
	width: 93px;
    height:9px;
}
.rate-bar img{
    vertical-align: top;
}
#review{
    border: 1px solid #ccc;
    padding: 10px;
    background: #F7F8F8;
    margin: 10px 0;
}
#review .right{
	_margin-right:-5px;
}
#review textarea{
    width: 595px;
    height: 60px;
    border: 1px solid #ccc;
}
.record {
    line-height: 20px;
}
.record img{
    margin-right: 10px;
}
.donate-form td{
    line-height: 26px;
}
#sailing-info{
    background: #FFFBEB;
    border: 1px solid #FFE1BC;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    margin: 10px;
}
#r-sider{
    width: 250px;
	border:solid 1px #CCCCCC;
	border-top:solid 3px #CCCCCC;
}
#r-sider h2{
    line-height: 35px;
	height:35px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 10px;
}
#l-content{
    width: 685px;
	border:solid 1px #CCCCCC;
	border-top:solid 3px #FF6600;
}
.volunteer_title{
	border-bottom: 1px solid #CCCCCC;
}
.volunteer_bg{
    background: url("/yangfanbook/image/zyzzxd.png") no-repeat scroll 0 0 transparent;
    height:35px;
    width: 136px;
}
.more-rs{
    color:#003399;
	font-size:12px;
	font-weight:normal;
}
.r-sider-menu{
    line-height: 40px;
    padding: 10px;
}
.r-sider-menu li{
    border-bottom: 1px dashed #ebebeb;
    padding-left: 40px;
}
.tjxx{
    background: url("/yangfanbook/image/tjxx.png") no-repeat scroll 0 center transparent;
}
.tjts{
    background: url("/yangfanbook/image/tjts.png") no-repeat scroll 0 center transparent;
}
.bmhf{
    background: url("/yangfanbook/image/bmhf.png") no-repeat scroll 0 center transparent;
}
.bmzyz{
    background: url("/yangfanbook/image/bmzyz.png") no-repeat scroll 0 center transparent;
}
.fqhd{
    background: url("/yangfanbook/image/fqhd.png") no-repeat scroll 0 center transparent;
}
.loverec{
    padding: 5px;
}
.loverec td{
    line-height: 1.5;
}
/*.loverec td a{
	color:#759C00;
}*/
.volunteer-news{
    padding: 10px 0;
    margin: 0 10px;
}
.volnews-info{
    width: 480px;
    margin-left:10px;
    line-height: 20px;
}
.volnews-title{
    font-size: 14px;
    line-height: 25px;
}
.volnewslist_bg{
    background: url("/yangfanbook/image/volnewslist.png") no-repeat scroll 0 2px transparent;
    height:35px;
    width: 136px;
}
.volnewslist{
    padding: 10px;
    line-height: 26px;
    font-size: 14px;
}
.donated-schools{
    padding: 10px;
}
.donated-schools td{
    line-height: 28px;
    border-bottom: 1px dotted #ebebeb;
}
.cont_title{
    line-height: 35px;
    height: 35px;
    color: #FF6600;
	border-bottom:solid 1px #CCCCCC
}
.book-base td{
    line-height: 20px;
	font-size:14px;
}
.school-base td{
    line-height: 20px;
	font-size:12px;
}
.book-intro{
    padding: 10px 0;
    overflow:hidden;
}
.book-intro .duan{
	padding-left:15px;
	padding-right:15px;
}
.book-intro h3{
    line-height: 30px;
    font-size: 14px;
}
.book-intro h3 div{
    color: #f60;
    margin-bottom: -1px;
    border-bottom: 1px solid #f60;
    float: left;
}
.school-pic{
    width: 310px;
	overflow:hidden;
}
.school-pic img{
	width:304px;
	height:211px;
}
.school-pic li{
    float: left;
    margin-right: 4px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.school-pic li img{
    display: block;
	width:71px;
	height:49px;
}
#l-content h2{
}
.school-com{
    padding: 10px;
    width: 300px;
}
.yellow-box{
    border: 1px solid #FFE1BC;
    background: #FFFBEB;
}
.school-book-list dl{
    width: 106px;
    text-align: center;
    padding: 10px 14px;
    height: 143px;
}
.school-book-list dd{
    margin: 0 -10px;
}
.school-book-list dl a{
    color: #1A66B3;
}
.school-visit{
    width: 100px;
    line-height: 20px;
}
.school-donate-info{
    background: #F8F9F9;
    border: 1px solid #ebebeb;
    margin: 10px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}
.school-donate-type a{
    text-indent: -9999px;
    display: block;
    float: left;
    width: 52px;
    height:20px;
    margin-top: 5px;
}
.school-donate-type a.list{
    background: url("/yangfanbook/image/school-donate-type-list.png") no-repeat scroll left bottom transparent;
}
.school-donate-type a.view{
    background: url("/yangfanbook/image/school-donate-type-view.png") no-repeat scroll right bottom transparent;
}
.school-donate-type a.on{
    background-position: left top;
}
.ar{
    text-align: right;
}
.school-book-list{
    padding-top: 0;
    font-size: 14px;
}
.school-book-list th{
    background: #F9FAFA;
    line-height: 35px;
    border-bottom: 1px dashed #ebebeb;
    padding: 0 5px;
}
.school-book-list td{
    line-height: 30px;
    border-bottom: 1px dashed #ebebeb;
    padding: 0 5px;
}
/* 走马灯 */
.small_pic {
	float:left;
	height:51px;
	overflow:hidden;
	padding-top:10px;
	width:304px;
}
.small_pic img{
	cursor:pointer;
}
.focus_simg img{
	border:1px solid #000000;
	height:49px;
	margin-left:6px;
	margin-right:5px;
	width:71px;
}
.focus_simg .box{
	width:2000px;
}
.pre_page1 {
    background: url("/yangfanbook/image/pre_page1.png") no-repeat scroll left 55px transparent;
    cursor: pointer;
    float: left;
    height: 130px;
    width: 15px;
}
.next_page1 {
    background: url("/yangfanbook/image/next_page1.png") no-repeat scroll right 55px transparent;
    cursor: pointer;
    float: left;
    height: 130px;
    width: 15px;
}

/* end */
.reco{
    text-align: right;
    margin-bottom: -20px;
    margin-top: 10px;
}
.lh60px{
    line-height: 60px;
}
#container.letter-paper{
    background:url("/yangfanbook/image/letter.png") no-repeat scroll center top #FFFFFF;
}
.letter-content{
    padding-left: 275px;
    padding-top: 130px;
    line-height: 29.7px;
	*line-height:30px;
	_line-height:30px;
    font-size: 14px;
    padding-right: 250px;
}
.letter-content p{
    text-indent: 2em;
}
.reco-book-form td{
    padding: 5px 0;
}
.nfw{
    width: 640px;
}
.f60 a{color: #f60;}
#home-url{
    position: absolute;
    display: block;
    text-indent: -9999px;
    height: 70px;
    width: 420px;
    top: 90px;
    left: 0px;
}
#siyuan-url{
    position: absolute;
    display: block;
    text-indent: -9999px;
    height: 33px;
    width:90px;
    top: 31px;
    left: 43px;
}
#yangfan-url{
    position: absolute;
    display: block;
    text-indent: -9999px;
    height: 33px;
    width:90px;
    top: 31px;
    left: 143px;
}
#gongyi-url{
    position: absolute;
    display: block;
    text-indent: -9999px;
    height: 29px;
    width:95px;
    top: 31px;
    left: 245px;
}
#dushu-url{
    position: absolute;
    display: block;
    text-indent: -9999px;
    height: 29px;
    width:95px;
    top: 31px;
    left: 348px;
}



div.DefaultStickyWin div.body {
    font-family: verdana;
    font-size: 12px;
    line-height: 13px;
}
div.DefaultStickyWin div.body textarea {
    font-size: 12px;
}
div.DefaultStickyWin div.top {
    height: 30px;
    text-align: left;
}
div.DefaultStickyWin div.top_ul {
    float: left;
    height: 30px;
    width: 0;
}
div.DefaultStickyWin div.top_ur {
    height: 30px;
    left: 0 !important;
    margin: 0 0 0 5px !important;
    padding: 0;
    position: relative;
}
div.DefaultStickyWin h1.caption {
    color: #F36100;
    float: left;
    font-size: 14px;
    font-weight: bold;
    left: 5px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 5px;
}
div.DefaultStickyWin div.body {
    padding: 0 30px 8px 0;
    position: relative;
    right: -20px;
}
div.DefaultStickyWin div.bottom {
    clear: both;
}
div.DefaultStickyWin div.bottom_ll {
    float: left;
    height: 15px;
    width: 15px;
}
div.DefaultStickyWin div.bottom_lr {
    height: 15px;
    left: 0 !important;
    margin: 0 0 0 15px !important;
    position: relative;
}
div.DefaultStickyWin div.closeButtons {
    text-align: center;
}
div.DefaultStickyWin input.button {
    cursor: pointer;
    margin: 2px 8px;
}
div.DefaultStickyWin input.ok {
    background: url("/yangfanbook/image/window/submit.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    line-height: 30px;
    padding-bottom: 5px;
    width: 104px;
}
div.DefaultStickyWin input.cancel {
    background: none repeat scroll 0 0 white;
    border: medium none;
    color: #333333;
}
div.DefaultStickyWin div.closeButton {
    background: url("/yangfanbook/image/window/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 19px;
    position: relative;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: 19px;
}
div.DefaultStickyWin div.subButton {
    margin-top: 10px;
    text-align: center;
}
div.DefaultStickyWin {
    background-color: #FFFFFF;
    border: 15px solid #AAAAAA;
    margin: -6px 6px 6px -6px;
    position: relative;
}
div.DefaultStickyWinShadow {
    background: url("/yangfanbook/image/shadowalpha.png") no-repeat scroll right bottom transparent !important;
    float: left;
    margin: 10px 0 0 10px !important;
}
.avatarheight
{
    height:80px;    
}
.px100
{
    width:100px;
}

/***service***/
  .servicediv DL
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        .servicediv DT
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        .servicediv DD
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        .servicediv UL
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        .servicediv OL
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        .servicediv LI
        {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }
        
        .servicediv
        {
            position: fixed;
            top: 300px;
            right: 1px;
            _position: absolute;
        }
        .servicediv A
        {
            color: #00a0e9;
        }
        .servicediv A:hover
        {
            color: #ff8100;
            text-decoration: none;
        }
        .servicediv .floatL
        {
            position: relative;
            width: 28px;
            float: left;
        }
        .servicediv .floatL A
        {
            text-indent: -9999px;
            display: block;
            font-size: 0px;
        }
        .servicediv .floatR
        {
            background: url(/yangfanbook/image/float_bg.gif);
        }
        .servicediv .tp
        {
            background: url(/yangfanbook/image/float_bg.gif);
        }
        .servicediv .cn
        {
            background: url(/yangfanbook/image/float_bg.gif);
        }
        .servicediv .floatR
        {
            padding-bottom: 15px;
            width: 128px;
            background-repeat: no-repeat;
            background-position: -131px bottom;
            float: left;
            overflow: hidden;
        }
        .servicediv .tp
        {
            background-repeat: no-repeat;
            background-position: 0% 0%;
            height: 10px;
        }
        .servicediv .cn
        {
            background-repeat: repeat-y;
            background-position: -262px 0px;
        }
        .servicediv .cn H3
        {
            text-indent: -9999px;
            height: 36px;
            font-size: 0px;
        }
        .servicediv .cn UL
        {
            padding:0px 12px;
        }
        .servicediv .cn UL LI
        {
            border-bottom: #e6e5e4 1px solid;
            line-height: 36px;
            word-wrap: break-word;
            height: 36px;
            overflow: hidden;
            word-break: normal;
        }
        .servicediv .titZx
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .titDh
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .titDc
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .icoZx
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .icoTc
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .icoFf
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .icoTl
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .btnOpen
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .btnOpen_n
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .btnCtn
        {
            background: url(/yangfanbook/image/float_s.gif) no-repeat;
        }
        .servicediv .titZx
        {
            background-position: 5px -10px;
        }
        .servicediv .titDh
        {
            background-position: 5px -66px;
        }
        .servicediv .titDc
        {
            background-position: 5px -124px;
        }
        .servicediv .icoZx
        {
            background-position: 2px -154px;
        }
        .servicediv .icoTc
        {
            background-position: 0px -323px;
        }
        .servicediv .icoFf
        {
            background-position: 2px -213px;
        }
        .servicediv .icoTl
        {
            padding-left: 20px;
            display: block;
            font-family: "微软雅黑";
            background-position: 2px -266px;
            float: left;
        }
        .servicediv .btnOpen
        {
            background-position: -30px -396px;
        }
        .servicediv .btnOpen_n
        {
            background-position: 0px -530px;
        }
        .servicediv .btnCtn
        {
            background-position: 0px -396px;
        }
        .servicediv .icoZx
        {
            padding-left: 28px;
            display: block;
            float: left;
        }
        .servicediv .icoTc
        {
            padding-left: 28px;
            display: block;
            float: left;
        }
        .servicediv .icoFf
        {
            padding-left: 28px;
            display: block;
            float: left;
        }
        .servicediv .btnOpen
        {
            position: relative;
            width: 28px;
            height: 118px;
            top: 80px;
            left: 2px;
        }
        .servicediv .btnOpen_n
        {
            position: relative;
            width: 28px;
            height: 118px;
            top: 80px;
            left: 2px;
        }
        .servicediv .btnCtn
        {
            position: relative;
            width: 28px;
            height: 118px;
            top: 80px;
            left: 2px;
        }
        .servicediv .btnOpen
        {
            top: 18px;
            left: 1px;
        }
        .servicediv .btnOpen_n
        {
            top: 80px;
            left: 1px;
        }
        .servicediv .btnCtn
        {
            top: 18px;
            left: 2px;
        }
        .servicediv UL LI H3.titDc A
        {
            width: 80px;
            display: block;
            height: 36px;
        }
        .servicediv UL LI.top
        {
            border-bottom: #ace5f9 1px solid;
        }
        .servicediv UL LI.bot
        {
            border-bottom-style: none;
        }
        .servicediv UL.webZx
        {
            padding-bottom: 0px;
            padding-left: 0px;
            width: 164px;
            padding-right: 0px;
            background: url(/yangfanbook/css/webzx_bg.jpg) no-repeat;
            height: 65px;
            padding-top: 0px;
        }
        .servicediv UL LI.webZx-in
        {
            border-bottom-style: none;
            padding-left: 5px;
            height: 50px;
            padding-top: 8px;
        } 
        
/**float div***/
.layer_message_box {border:1px solid #797979;border-radius:3px 3px 3px 3px;background:#FCFCFC;line-height:17px;padding:3px 1px;position:absolute;left:50px;top:35px;width:160px;z-index:9999;}
.layer_message_box li {color:#595959;line-height:14px;padding:5px 10px;}
.layer_message_box li a {color:#0078b6;}
.layer_message_box .W_close_color {background:url(/yangfanbook/image/close.gif) no-repeat;display:inline-block;overflow:hidden;height:11px;right:5px;top:5px;width:11px;position:absolute;}




/*********我的扬帆中我的消息模块的样式***********/
#UserInfo{text-align:center;}
#UserInfo th{text-align:center;}
#UserInfo td{width:180px;}
#UserInfo th{font-weight:bold;height:20px;}
#msg{float:left;border:1px solid #ffE1bc;padding:5px 10px;background:#fffbeb;}
#showMsg span{float:right;margin:5px 10px 0 0;cursor:pointer}

.IqwerWindow td {padding:7px 5px;font-size:14px}
