@charset "utf-8";
/* CSS Document */
body {margin:0;padding:0;}
a img{ border:none;}
div.fixed {position:fixed;right:50%;margin-right:-630px;top:200px;height:100px;width:150px;_position: absolute;/*IE6 用absolute模拟fixed*/
_top: expression(documentElement.scrollTop + 50 + "px");_right:-152px ;}
div.fixeds {position:fixed;right:50%;margin-right:-630px;top:300px;height:100px;width:150px;_position: absolute;/*IE6 用absolute模拟fixed*/
_top: expression(documentElement.scrollTop + 50 + "px");_right:-152px ;}
div.fixed1 {position:fixed;right:50%;margin-right:-630px;top:400px;height:100px;width:150px;_position: absolute;/*IE6 用absolute模拟fixed*/
_top: expression(documentElement.scrollTop + 50 + "px");_right:-152px ;}
/*转发的弹出窗口开始*/
.transpond_top {
display:none;
z-index:999;
width:200px;
left:80%;
top:80%;
border:10px solid #999999;
margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/* FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}
.transpond_bg {
background-color:#666;
display:none;
width:100%;
height:100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=0);/*IE*/
opacity:0.5;/*FF*/
z-index:1;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.transpondbox
{
	width:200px;
	height:24px;
	float:left;
	background-color:#3a5999;
}
.shutting
{
	width:25px;
	float:right;
	margin-top:-25px;
}
.text5
{
	padding:5px;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.text6
{
	text-align:center;
	font-size:14px;
}
.transpondcon
{
	width:200px;
	background-color:#FFFFFF;
}
.conbox
{
	width:200px;
	text-align:center;
	padding:15px 0px;
}
/*转发的弹出窗口结束*/