.head_img img{ border-radius:50%; border:1px solid #cccccc}
/*资讯详情，原创详情,会员视频详情*/
#login_frame{
background-color: #fff;
line-height: 40px;
font-size: 12px;
z-index:100;
width: 100%;
height:165px;
left:0%;/*FF IE7*/
bottom: 0%;/*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*/ display:none;
}
#login_frame_pl{
background-color: #fff;
line-height: 40px;
font-size: 12px;
z-index:100;
width: 100%;
height:165px;
left:0%;/*FF IE7*/
bottom: 0%;/*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*/ display:none;
}
#overDiv{
	background-color: #000;
	width: 100%;	
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=60);/*IE*/
	opacity:0.6;/*FF*/
	z-index:90;
	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*/
}