//#content { width:440px; }
//#content img { float:right; margin-left:20px; }

.ui-draggable { cursor:move; }
#tip { z-index: 101; position:absolute; display:none; height:25px; padding:9px 9px 0px; color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#000; background:rgba(0,0,0,.5); }
#tip .arrow { width:0; height:0; line-height:0; border-right:4px solid #000; border-right:8px solid rgba(0,0,0,.5); border-top:8px solid transparent; border-bottom:8px solid transparent; position:absolute; left:-8px; top:9px; }

#targets { display:none; list-style-type:none; float:left; margin-top: 10px; }
#targets li { float:left; margin-right:40px; display:block; width:68px; height:69px; background:url(../image/dragToShareSprite.png) no-repeat 0 0; position:relative; text-align: center}
#targets li#Twitter { background-position:0 -69px; }
#targets li#Facebook { }
#targets li#Delicious { background-position:0 -138px; }
#targets li#EMail { background-position:0 -207px; }
#targets li span { display:block; margin-top: 74px; color:#fff; font-size: 13px; }
#targets li {cursor: move;}

#overlay { background-color:#000; position:absolute; top:0; left:0; width:100%; height:100%; z-index:99997; }
#helper { 
	background-color: #000;
	opacity: 0.8; 
	position:absolute; 
	height: 35px; 
	padding: 15px 30px 0 20px; 
	color:#fff; 
	font-family:Verdana; font-weight:bold; 
	font-size:18px; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border:1px solid #000; }
#helper .arrow { width:0; height:0; line-height:0; border-right:4px solid #000; border-right:8px solid rgba(0,0,0,.5); border-top:8px solid transparent; border-bottom:8px solid transparent; position:absolute; left:-8px; top:15px; }
#thumb { width:50px; height:50px; right:0; top:0; position: absolute; clip: rect(0 50px 50px 0px); left: 0px; }

#shareArea {
	height: 125px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../image/shareBackground.png) repeat-x;
	z-index: 100;
}

#shareContent { width: 620px; margin: 0 auto }
.shareInfo { color: #fff; display: block; height: 12px; font-size: 14px; margin-top: 10px; text-align: center; margin-left: 200px; width: 340px; }
.dragHere { width: 129px; height: 61px; background:url(../image/dragToShareSprite.png) no-repeat 0 -276px; float: left; margin-top: 24px; margin-right: 25px; }
#container { width: 960px; margin: 0 auto }
