#float_service
{
     position:fixed; 
     _position:absolute;
     _right:expression(eval(document.documentElement.scrollRight+10));
     _top:expression(eval(document.documentElement.scrollTop+50));
     _width:110px;
     top:50px; 
     right:10px; 
     width:110px; 
}
#float_service iframe{width:110px;}



#service #top
{
	background-image: url("top.gif");
	background-repeat: no-repeat;
	height: 57px;
	width: 110px;
}
#service #bottom
{
	background-image: url("bottom.gif");
	background-repeat: no-repeat;
	height: 42px;
	width: 110px;
}
#service #content
{
	background-image: url("middle.gif");
	background-repeat: repeat-y;
	width: 110px;
}
#service #content li
{
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
}
#service #content li a
{
	color:Black;	
}
#service #content li .text, #service #content li .icon
{
	float: left;
}
#service #content li .icon
{
	height: 20px;
	padding-top: 2px;
	width: 20px;
}
#service #content li .text
{
	height: 24px;
	overflow: hidden;
	padding-left: 5px;
	text-align: left;
	width: 48px;
	line-height:24px;
}
#service #top .close
{
	cursor: pointer;
	float: right;
	height: 18px;
	width: 16px;
}
