/* @override http://fortysevenmedia.com/css/share_this.css */

#share_this_form {
	background:  #0a434a;
	display: none;
	position: absolute;
	width: 580px;
	height: 225px;
	margin-left: -55px;
	float: left;
}

#share_this_form a.share_this_close {
	color: #fff;
	float: right;
	margin: 5px;
	font-size: 10px;
	line-height: 10px;
}

#share_this_form ul.tabs {
	list-style: none;
	margin: 10px 10px 0;
	padding: 0;
}

#share_this_form ul.tabs li {
	background: #0e5760;
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 5px 2px 5px;
	width: 100px;
	text-align: center;
}


#share_this_form ul.tabs li.selected {
	background: #e4ecd9;
	border-bottom: 1px solid #e4ecd9;
	cursor: default;
	padding: 4px 5px 1px 5px;
	color: #043f47;
	font-weight: bold;
	margin-bottom: 0;
}

#share_this_form div.clear {
	clear: both;
	float: none;
}

#share_this_social, #share_this_email {
	background: #e4ecd9;
	height: 170px;
	border-top: 1px solid #e4ecd9;
	padding: 10px;
	float: left;
	width: 560px;
	display: inline;
}

#sec_left #share_this_social ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#sec_left #share_this_social ul li {
	float: left;
	margin: 0;
	padding: 0px 20px 0px 10px;
	width: 155px;
	color: #043f47;
	background-image: none;
}

#sec_left #share_this_social li a {
	float: left;
	height: 24px;
	vertical-align: middle;
	width: 130px;
	color: #043f47;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	padding: 7px 0 0 30px;
}

#share_this_social ul li a#share_this_delicious {
	background: url(../images/share_this/delicious.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_digg {
	background: url(../images/share_this/digg.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_furl {
	background: url(../images/share_this/furl.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_netscape {
	background: url(../images/share_this/netscape.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_yahoo_myweb {
	background: url(../images/share_this/yahoo_myweb.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_technorati {
	background: url(../images/share_this/technorati.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_google_bmarks {
	background: url(../images/share_this/google_bmarks.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_newsvine {
	background: url(../images/share_this/newsvine.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_blinklist {
	background: url(../images/share_this/blinklist.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_reddit {
	background: url(../images/share_this/reddit.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_blogmarks {
	background: url(../images/share_this/blogmarks.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_magnolia {
	background: url(../images/share_this/magnolia.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_windows_live {
	background: url(../images/share_this/windows_live.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_tailrank {
	background: url(../images/share_this/tailrank.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_mrwong {
	background: url(../images/share_this/mrwong.gif) no-repeat 2px center;
}

#share_this_social ul li a#share_this_stumbleupon {
	background: url(../images/share_this/stumbleupon.gif) no-repeat 2px center;
}

.share_this_link {
	background: url(../images/share_this/share-icon-32x32.gif) no-repeat 0 7px;
	padding-left: 155px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 580px;
	color: #aec68e;
	text-decoration: none;
	font: italic 12px/50px Georgia, "Times New Roman", Times, serif;
}

#share_this_email {
	display: none;
	text-align: left;
}

#share_this_email form, 
#share_this_email fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#share_this_email p {
	padding: 0px;
	color: #b14831;
	margin: 0px 0px .5em;
	font-weight: bold;
	font-size: .9em;
}

#share_this_email label {
	width: 80px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

.hidden {
	display: none;
}

#share_this_email input.std_input {
	width: 80%;
	border: 1px solid #6c989d;
	color: #0a434a;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}

#share_this_email p.captchainstruct {
	margin-bottom: 10px;
	color: #b14831;
	border-top: 1px dotted #0e5760;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#share_this_email p.notify input.captcha {
	float: left;
	color: #0a434a;
	font: 20px/25px Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	height: 25px;
}

#share_this_email p.notify img {
	float: left;
	display: inline;
	margin-bottom: 0px;
}