/* @override http://ab.simonwheatley.co.uk/wp-content/plugins/drag-to-share/dragToShare.css */

#content {
width: 440px;
}
#content img {
float: right;
margin-left: 20px;
}

.ui-draggable {
cursor: move;
}
#tip {
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: 8px 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 {
background: transparent url(bkground.png) no-repeat 0 30px;
width: 540px;
height: 104px;
display: none;
list-style-type: none;
position: absolute;
top: 0;
z-index: 99999;
}
#targets li {
float: left;
margin-right: 21px;
display: block;
width: 104px;
height: 104px;
background: transparent url(iconSprite.png) no-repeat 0 0;
position: relative;
}
#targets li#email {
margin-left: 90px;
}
#targets li#twitter {
background-position: 0 -104px;
}
#targets li#facebook {
background-position: 0 -208px;
}
#targets li span {
display: block;
position: absolute;
bottom: -40px;
white-space: pre;
color: #fff;
}
#biplane {
	cursor: pointer;
}
#overlay {
background-color: #000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99997;
}
#helper {
background: transparent url(biplane-large.png) no-repeat 0 0;
cursor: move !important;
position: absolute;
height: 86px;
text-indent: -9999px;
width: 150px;
}
#thumb {
width: 100px;
height: 86px;
position: absolute;
right: 0;
top: 0;
}

.share {
font-weight: bold;
position: absolute;
font-size: 14px;
font-family: Verdana;
margin-left: 0;
}
#email-friend {
	background: #fff url( email-bg.png ) repeat-x 0 0;
	border: 4px solid #000;
	display:none;
left: 50%;
	padding: 40px 40px 30px;
	margin-left: -196px;
position: absolute;
top: 140px;
width: 295px;
z-index: 100000;
}

#email-friend h4 {
	color: #33ccff;
	font-weight: bold;
	margin-bottom: 10px;
}

#email-friend .form-row {
	margin-bottom: 10px;
}

#email-friend-msg {
	margin-bottom: 10px;
}

#email-friend label {
	display: block;
	padding-bottom: 2px;
}

#email-friend input.text {
	width: 290px;
}

#email-friend input.button {
	background-color: #33ccff;
	border: 2px solid #d3f0fb;
	border-color: #d3f0fb #0a5674 #0a5674 #d3f0fb;
	color: #fff;
	margin-left: 20px;
	padding: 5px 10px;
}

#email-friend .button-row {
	text-align: right;
}

#email-friend-close {
	color: #515151;
	text-decoration: underline;
}
#tip,
#biplane,
.btn_blog_share {
	display: none;
}

