#fd{
	float:right;
	width:117px;
	z-index:300;
	position:fixed;
	bottom:150px;
	right:5px;
	 /* for IE6 */
	 _left:expression((document.body.offsetWidth-50px)/);
	 _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	 _position:absolute;
	 /* for IE6 */
}
#fd a{
	float:left;
	width:117px;
	line-height:20px;
	margin-top:8px;
	background-color:#0d71c6;
	border:1px #239aff solid;
	color:#FFF;
	text-align:center;
	padding:10px 0px
   }
#fd a span{
	float:left;
	width:100%;
	height:30px;
	 font-size:14px; font-weight:bold;
	line-height:30px;
	border-bottom:1px #239aff solid;
	margin-bottom:8px;
   }
#fd a p{
	float:left;
	width:75px;
	line-height:46px;
	text-align:center;
	color:#FFF;
   }   
#fd a:hover{
	text-decoration:none;
   }  


@media screen and (max-width:767px){
	#fd{display:none;}
	}   

   
   
