#divPinSite{
    position: fixed;
    padding: 0px;
    color: white;
    width: 900px;
    height:55px;
    top: 0px;
    left: 60px;
    background-color:  transparent;
    border-radius: 0px 0px 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    display:none;
    z-index: 99999999999;
}

#divPinSite .pinnedBody .text{
	color: #858585;
	font-size: 16px;
	line-height: 45px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}
#divPinSite .pinnedBody .text.textClose{	
	font-size: 14px;
}

#divPinSite .pinnedBody{
	background-image: url("/fe-web/img/pinned/pinned_background.png");
	background-repeat:repeat-x;
	width: 780px;
	height: 60px;
	float: left;
}
#divPinSite .pinnedLeft{
	background-image: url("/fe-web/img/pinned/pinned_left.png");
	background-repeat:no-repeat;
	width: 28px;
	height: 60px;
	float: left;
}

#divPinSite .pinnedRight{
	background-image: url("/fe-web/img/pinned/pinned_right.png");
	background-repeat:no-repeat;
	width: 28px;
	height: 60px;
	float: left;
}

#divPinSite .pinnedArrow{
	background-image: url("/fe-web/img/pinned/pinned_arrow.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 60px;
	float: left;
}

#divPinSite .pinnedArrowRight{
	background-image: url("/fe-web/img/pinned/pinned_arrow_right.png");
	background-repeat:no-repeat;
	width: 15px;
	height: 60px;
	float: left;
	cursor: pointer;
}


#divPinSite .pinnedIcs{
	background-image: url("/fe-web/img/pinned/pinned_ics.png");
	background-repeat: no-repeat;
	background-position: center 30%;
	width: 19px;
	height: 60px;
	float: left;
	line-height: 60px;
	cursor: pointer;
}
