
/* CSS Document */
/*<!-- Top -->*/
	#to-page-top{
		position: fixed; top:90%; left:75%;
		width:39px; height:39px; line-height:39px; text-align:center;
		border-radius: 4px; border:1px solid #ee8104;
		font-weight: bold; color:#fff; background:#ff9900;
		box-shadow:0px 1px 3px #a9a9a9, 0px 1px 1px #ffb400 inset;
		cursor:pointer; cursor:hand;
	}
	* html #to-page-top{
		position:absolute;
	}
/*<!--go to top-->*/
