@charset "UTF-8";
/**author:don + mail: i.don@hotmail.com + date:2011-02-22**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,dl,dt,dd{padding: 0;margin: 0;}
table {border-collapse: collapse;border-spacing: 0;}
td{border-color:#000;}
fieldset,img {border: 0px;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
strong{font-weight:bold;}
ol,ul ,dl{list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: bold;font-size: 100%;}
img {vertical-align:top; }
input,button{vertical-align:middle;}
button{cursor:pointer; }
abbr,acronym { border: 0px;}
.clearfix:after {
		content:".";
		clear:both;
		display:block;
		height:0;		
		visibility:hidden;
}
.clearfix{display:inline-block; }
.clearfix {display:block;}
/*--------------------*/
a:link{color:#281128; text-decoration:none;}
a:visited{ color:#281128;text-decoration:none;}
a:hover{color:#c00; text-decoration:underline; }
a:active{color:#c00; }

.fl{float:left; }
.fr{float:right; }
.c_r{color:red; }
.c_o{color:#f60; }
.c_g{color:green; }
.c_b{color:blue; }
.c_gray{color: gray;}
.f_b{font-weight:bold; }
.t_c{text-align:center; }
.t_r{text-align:right;}
.cur{cursor:pointer; }
.ind{text-indent:2em; }
.b_line{border-bottom:1px dashed #999; }
/* // ----alpha---- // */
#alpha{
position:absolute;
z-index:998;
left:0;
top:0;
width:100%;
height:1500px;
background:none repeat scroll 0 0 #333333;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8; 
}


#bwdh{
    width:270px;
    height:230px;
    position:fixed;
   right:0;
    bottom:0;
    background: url(../images/rb/01.gif) no-repeat;
    display:block;
    z-index:990;
}
#bwdh a{
    width:270px;
    height:230px;
    display:block;
}
#bwdh-close{
    width:20px;
    height:20px;
    right:8px;
    top:6px;
    position:absolute;
    display:block;
    cursor:pointer;
    background:url(../images/blank.gif) no-repeat;
}
#bwdh-close a{
    width:20px;
    height:20px;
    display:block;
}

<!--[if lt IE 7]>
#bwdh{
    position: absolute;
    bottom: auto;
    clear: both;
   right:0;
    z-index:9999;
    top:expression(eval(document.compatMode &&
     document.compatMode=='CSS1Compat') ?
     documentElement.scrollTop
     +(documentElement.clientHeight-this.clientHeight) - 10
     : document.body.scrollTop
     +(document.body.clientHeight-this.clientHeight) - 10);
}
<![endif]-->