/*---- back to top start ----*/
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 0;	
}


#pagetop {
_position: absolute;
_right: 0;
_top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 0
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 0);
_z-index: 500;
margin: 0;
}
/*---- back to top end ----*/

/*#pagetop a {
	display: block;
	width: 74px;
	height: 29px;
	background: url(/7.2/img/pagetop.png) no-repeat;
	background-position: 0px 0px;
}
#pagetop a:hover {
	background-position: 0px -29px;
}
#pagetop a span { display: none;}
*/

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

