#buttonStandard {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(/images/share-icon-16x16.png) no-repeat;
	display: block;
	line-height: 16px;
}

#buttonRotating {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(/images/rotating-icon2.gif) no-repeat;
	display: none;
	line-height: 16px;
}

#buttonVertical {
	margin: 0 0 5px 0;
	padding: 0 0 0 57px;
	background: url(/images/vertical.png) no-repeat;
	display: none;
	line-height: 58px;
}

#buttonHorizontal {
	margin: 0 0 5px 0;
	padding: 0 0 0 120px;
	background: url(/images/horizontal.png) no-repeat;
	display: none;
	line-height: 18px;
}

#buttonShareThisBar {
	margin: 0 0 5px 0;
	padding: 0 0 0 77px;
	background: url(/images/stbar.gif) no-repeat;
	display: none;
	line-height: 16px;
}

#buttonShareThisBarNoEmail {
	margin: 0 0 5px 0;
	padding: 0 0 0 58px;
	background: url(/images/stbar_noemail.gif) no-repeat;
	display: none;
	line-height: 16px;
}

#widget * {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
}

#widget {
	width: 344px;
	color: #666;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
	position: relative;
}

#widget a {
	color: #222;
	text-decoration: none;
}

#widget a:hover {
	text-decoration: underline;
}

#widget .link {
	color: #222;
	text-decoration: none;
	cursor:pointer;
}

#widget .light {
	color: #fff;
}

#widget .link:hover {
	text-decoration: underline;
}

#widget h1,
#widget h2,
#widget h3,
#widget h4,
#widget h5,
#widget h6 {
	color:#696969;
	line-height:1;
	margin-bottom:5px;
}

#widget h1 {
	font-size: 14px;
}

#widget h2,
#widget h3{
	font-size: 12px;
}

#widget h4,
#widget h5,
#widget h6 {
	font-size:11px;
}

#widget pre {
	background: #eee;
	border: 1px dashed #666;
	display: block;
	float: left;
	margin: 0 0 10px 0;
	padding: 15px 20px;
}

#widget p {
	margin-bottom:10px;
}

#widget img {
	border: none;
}

#widget #top_services_title {
    font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

#widget #top_services_section {
	padding: 10px 10px 10px 10px;				  
	display: block;
}

#widget #top_services {
	display: block;
}

#widget .top_service {
	padding: 2px 4px 2px 20px;
}

#widget #home_separator {
	margin: 0px 10px 5px 10px;
	height: 0px;
	border-top: 2px groove #666;
}

#widget .small {
	font-size:9px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
}

#widget .to_field,
#widget input.text,
#widget textarea {
	background:#f4f4f4;
	border: 1px solid #ccc;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
	padding:4px;
}

#widget .to_field {
	position:relative;
	overflow-x:hidden;
}

#widget .to_field .token {
	background: #cfcfcf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	float:left;
	margin:1px 2px 1px 0;
	padding:1px 0px 3px 3px;
}

#widget .to_field a:hover {
	text-decoration:none;
	cursor:default;
}

#widget .to_field .token_x:hover {
	background-position: -7px -124px;	
	cursor:pointer;
}

#widget .to_field .token span {
	margin:0;
	padding-bottom:1px;
	padding-top:0;
}

#widget .to_field .token_x {
	background-image: url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-repeat:no-repeat;
	background-position: 0 -137px;	
	height: 13px;
	width: 16px;
	float:right;
	margin: 2px 0px 0px 4px;
}

#widget .to_field #contact_search_field_container {
	clear:both;
}

#widget .to_field input.contact_search_field {
	background:#f4f4f4;
	border:none;
	color:#666666;
	font-size:11px;
	height:14px;
	line-height:14px;
	margin:0;
	padding:0;
	width:160px;
}

#widget .to_field .selected {
	color:#fff;
	background-color:#888888;
}

#widget .deselect_button {
	border-left:1px solid #f4f4f4;
	cursor:pointer;
	padding:2px 4px 0;
}

#widget .search_results {
	margin-left: 70px;
	position:absolute;
	background:#efefef;
	border:1px solid #ccc;
	padding: 0;
	width:235px;
	overflow:auto;
	overflow-x:hidden;
	z-index:99999;
}

#widget .search_result {
	list-style:none;
	margin: 0;
	padding: 2px 8px;
	overflow:hidden;
	clear:both;
}

#widget .search_result.highlight {
	background-color:#fff;
}

#widget .search_result span {
	float:left;
}

#widget input.text:focus,
#widget textarea:focus {
	border-color:#b6b6b6;
}

#widget button,
#widget .button {
	background: #004b66;
	border: 0;
	color: #fff;
	cursor: pointer;
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding: 4px 15px;
	vertical-align:middle;
}

#widget button:hover,
#widget .button:hover {
	text-decoration:underline;
}

#widget .clear {
	clear: both;
}

#widget ul.scroll {
	border:1px solid #ccc;
	height:167px;
	width:297px;
	list-style:none;
	margin:0 0 10px;
	overflow:auto;
	padding:0;
}

#widget ul.scroll li {
	vertical-align:middle;
	overflow:hidden;
	padding:2px;
	white-space: nowrap;
}

#widget ul.scroll li input {
	margin: 10px 16px 8px 4px;
	float:left;
}

#widget ul.scroll li label {
	overflow:hidden;
	margin-bottom:2px;
	margin-top:2px;
	width:235px;
	height:38px;
	display:block;
	float:left;
	cursor:pointer;
}

#widget ul.scroll li label span.address,
#widget li.search_result div.address  {
	color:#888;
	font-size:10px;
}

#widget .mirror div.address  {
	display:none;
}

#widget ul.scroll li.even {
	background:#eee;
}

#widget #import_box {
	border:0;
}

#widget #import_box label {
	display: inline;
	clear: left;
	float: left;
	font-weight: bold;
	display: block;
	margin: 5px 0;
	width: 70px;
}

#widget #import_box input {
	width: 100px;
	margin: 0 0 8px 0;
}

#widget .mbox .col_foot {
	margin: 12px 0 0 0;
}

#widget #oauthImport label{
    margin: 0 0 18px 24px;
	font-weight: normal;
	width: 150px;
}

#widget #import_foot {
    clear: both;
	line-height: 24px;
	display: block;
	height: 30px;
}

#widget #import_foot_buttons {
    float: right;
	margin: 10px 5px 10px 0;
}

#widget .button_new,
#widget .button_new_green {
	background: transparent url('../images/button_a2.gif') no-repeat scroll top right;
    color: #444;
    float: left;
    font: normal 13px arial, sans-serif;
    height: 20px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	cursor: pointer;
}

#widget .button_new_green {
	background: transparent url('../images/button_green_a2.gif') no-repeat scroll top right;
	color: #fff;
}

#widget .button_new span,
#widget .button_new_green span {
    background: transparent url('../images/button_span2.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 5px 10px;
	margin-left: 6px;
	cursor: pointer;
} 

#widget .button_new_green span {
	background: transparent url('../images/button_green_span2.gif') no-repeat;
}

#widget #import_service_icon {
	margin: 0 0 0 70px;				 
	font-weight: bold;
}

#widget .col,
#widget .col_w {
	border:0;
}

#widget .col dt,
#widget .col_w dt{
	clear:left;
	float:left;
	font-weight:bold;
}

#widget .col dt label,
#widget .col_w dt label {
	display:block;
	margin:5px 0;
}

#widget .col dt {
	width:70px;
}

#widget .col_w dt {
	width:110px;
}

#widget .col dd,
#widget .col_w dd {
	margin-bottom:8px;
}

#widget .col dd {
	margin-left:80px;
}

#widget .col_w dd {
	margin-left:120px;
}

#widget .col dd input.text,
#widget .col dd textarea {
	width:205px;
}

#widget .mbox .col dd {
	text-align:right;
}

#widget .mbox .col dd input.text,
#widget .mbox .col dd textarea {
	width:100px;
}

#widget .col_w dd input.text,
#widget .col_w dd textarea {
	width:163px;
}

#widget #import_blurb {
	background-image:url(http://w.sharethis.com/share3x/images/import.gif);
	background-repeat:no-repeat;
	margin: 2px 0 0 70px;
	cursor: pointer;
	height: 15px;

}

#widget #import_contacts_link {
	line-height: 15px;					  
	margin: 2px 0 0 18px;
	color: #4997CC;		
	font-size: 10px;
	
}

#widget #send_container {
	margin: 12px 0 0 0;
}

#widget .send_units .label {
	margin: 5px 0 0 0;
	width: 70px;	
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#widget #send_container input.text,
#widget #send_container textarea,
#widget #send_container .to_field {
	width:235px;
	_width: 230px;
}

#widget #from_box {
    margin: 5px 0 10px 0;
}

#widget .character_counter {
	clear: both;
    float: right;
	margin: 2px 0 5px 0;
}

#widget #send_foot_buttons {
    float: right;
	_float: none;
	margin: 10px 0 10px 0;
}

#widget #send_foot_buttons input {
	margin: 0 1px 0 1px;			   
}

#widget #post_foot_buttons {
    float: right;
	margin: 10px 0 0 0;
}

#widget .col dd .addresses .to_field,
#widget .col dd .addresses input.text,
#widget .col dd .addresses textarea{
	width:205px;
}
#widget a.addressbook_button {
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	float:right;
	height:24px;
	text-indent:-32000px;
	width:24px;
	margin-right:2px;
}

#widget .col_foot {
	clear:both;
	margin-top: 16px;
}
#widget .col_foot p{
	margin:0;
}
#widget .col_act {
	float:right;
	margin:0;
}
#widget .hor {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
#widget .hor li {
	float:left;
}
#widget .opposite {
	overflow:hidden;
}
#widget .opposite_left {
	float:left;
}
#widget .opposite_right {
	text-align:right;
	cursor:pointer;
}
#widget .carousel {
	clear:both;
	margin-top:9px;
	margin-bottom:10px;
	margin-left:3px;
	overflow:hidden;
}
#widget .carousel .carousel-box {
	float:left;
	position:relative;
	width:327px
}
#widget .carousel h2 {
	padding:3px 5px 0;
}
#widget #moreorless {
	padding:3px 5px;
	position:absolute;
	right:0;
	top:0;
}
#widget .carousel .back,
#widget .carousel .fwd {
}

#widget .circles{
	background-image:url(../images/dotUnselected.png);
	background-repeat:no-repeat;	
	height:10px;
	width:10px;
	margin: 3px 5px 0px 5px;
	font-size:0px;
	float:left;
	cursor:pointer;
	display:inline;
	
}

#widget .circles-selected{
	background-image:url(../images/dotSelected.png);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	margin: 3px 5px 0px 5px;
	text-indent:-32000px;
	float:left;		
	cursor:pointer;
}

#widget .paging_arrows {
	display:inline;
	float:left;
	height:18px;
	width:18px;
}

#widget #back_arrow {
	background: url(../images/leftArrow.png) no-repeat;
}
#widget #fwd_arrow {
	background: url(../images/rightArrow.png) no-repeat;
}

#widget .carousel .view {
	height:87px;
	overflow:hidden;
	position:relative;
	width:327px;
	
}
#widget .carousel .view .groups {
	width:1000px;
	position:relative;
}
#widget .carousel .view .group {
	float:left;
	width: 327px;
}
#widget .carousel .view a {
	float:left;
	margin:2px 0 3px 9px;
	overflow:hidden;
	width:80px;
}

#widget .panel {
	padding:12px;
	position:relative;
}
#widget #send_section{
	padding:10px 20px;
}

#widget #save_section {
	padding:0px 20px;
	margin-bottom:10px;
}
#widget #whatpage{
	position:absolute;
	top:3px;
	left:34px;
	font-size:10px;
}
#widget #paginator{
	margin-top:5px;
	margin-bottom: 10px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
#widget #paginator a:hover{
	text-decoration:underline;
	color:red;
}
#widget #circle_container{
	display: inline;
	height:7px;
}

#widget .overlay {
	background:#eee;
	border-top:3px solid #999;
	width:100%;
}
#widget .mbox {
	background:#fff;
	border:1px solid #ccc;
	margin-right:20px;
	margin-bottom: 10px;
	padding:8px 8px 0 8px;
	position:absolute;
	right:0;
	width:190px;
 	height:110px;
}
#widget .mboxcontent {
	margin-left:10px;
}
#widget .mboxpoint {
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-position: 0 -159px;
	height:16px;
	left:-16px;
	position:absolute;
	top:6px;
	width:16px;
}
#widget .mboxclose {
	text-align:right;
}
#widget .success {
	color: #090;
}
#widget .error {
	color: #900;
}

#widget .loading {
	height:16px;
	width:16px;
	background:url(http://w.sharethis.com/share3x/images/spinner.gif) no-repeat;
	text-indent:-32000px;
	margin:4px auto;
}
#widget .loading32 {
	height:32px;
	width:32px;
	background:url(http://w.sharethis.com/share3x/images/spinner_32.gif) no-repeat;
	text-indent:-32000px;
	margin:4px auto;
}

#widget #post_title {

}

#widget #post_desc {
	margin-bottom: 10px;	   
}

#widget .post_box {
    margin: 10px 0 0 0;
}

#widget .post_box .label {
    width: 100px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 0 0;
}

#widget .post_box .text {
    width: 205px;
}

#widget .post_box textarea {
    width: 205px;
}

#widget #remember_box {
    margin-top: 6px;
	margin-left: 100px;
	clear: both;		  
	float: right;
}

#widget #posterBoxStatus {
	clear:both;
	padding-top:8px;
	height:0;
	overflow:hidden;
	height:20px;
}
#widget #postTabWorking {
	height:16px;
	background:url(http://w.sharethis.com/share3x/images/spinner.gif) no-repeat 0 0;
	padding-left:66px;
}


#widget .preview_container {
	clear:both;
	background:#ddd;
	border:1px solid #aaa;
	width:243px;
	margin: 0 0 0 70px;
}
#widget .preview_thumb_container {
	float:left;
	margin: 4px;
}
#widget .preview_text_container {
	margin:4px;
	overflow:hidden;
}
#widget .preview_title {
	font-weight: bold;
}
#widget .preview_url {

}
#widget #recent_recipients {
	font-size:10px;
	border-top:1px solid #ccc;
	padding-top: 3px;
	margin: 0 0 8px 0;
	overflow:hidden;
}
#widget #recent_recipients h4 {
	float:left;
	font-size:11px;
	margin:0;
}
#widget .shortcut {
	margin:0;
	border-right:1px solid #ccc;
	padding: 0 4px 0 4px;
	display:inline;
}
#widget #recent_recipients .shortcut a {
	color:#aaa;
	text-decoration:none;
}
#widget #recent_recipients .shortcut a:hover {
	text-decoration:underline;
}
#widget .shortcut.last {
	border-right:none;
}
#widget .frozen {
	background:#f4f4f4;
	color:#aaa;
	cursor:default;
}
#widget .sort_switch.selected {
	font-weight: bold;
	text-decoration:none;
	cursor:default;
}
#widget .notification_sheet {
	width:337px;
	border:1px solid #444;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	background:#eed;
	opacity:.8;
	filter:alpha(opacity=80);
}
#widget .spinner_container {
	position:relative;
}
#widget .spinner_container .loading32 {
	margin-top:12px;
}
#widget .spinner_container .working_text {
	width:80%;
	margin:45px auto;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#222;
}
#widget .collapsed {
	height:0;
}
#widget .modal_sheet {
	width:337px;
	position:absolute;
	overflow:hidden;
	padding:0;
	top: 0;
	left: 0;
	zoom:1;
}
#widget .faded_out {
	opacity: .01;
	filter: alpha(opacity=1);
}
#widget .smoke {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	background: #fff;
	opacity: .95;
	filter: alpha(opacity=95);
	zoom:1;
}
#widget .dim {
	color:#888;
}
#widget .modal_message_container {
	width:100%;
	text-align:center;
	position:relative;
}
#widget .modal_message_container .error,
#widget .modal_message_container .notification {
	font-weight:bold;
}
#widget .modal_message_container .button_new {
	position:absolute;
	bottom:30%;
	left:125px;
	width:75px;
}
#widget #container {
	background: white;
	border:2px solid #666;
	position:relative;
	width:340px; 
	z-index: 999;
}

#widget #outer_container {
	width:344px;
	border:1px groove #000;
}

#widget #widget_header {
	background:#004a64;
}
#widget #sub_header {
	background:#ccc;
	border-bottom:1px solid #b6b6b6;
	line-height:12px;
	overflow:hidden;
	padding:3px 5px 4px;
}
#widget h1#header_title {
	color:#fff;
	margin:0;
	padding:12px;
	height:16px;
}
#widget #import_page #import_list, 
#widget #signin_page #signin_list  {
	list-style:none;
	margin:15px 0;
	height: 100px;
}
#widget #import_page #import_list li,
#widget #sign_page #sign_list li {
	line-height:18px;
}
#widget #import_list a,
#widget #signin_list a {
	cursor:pointer;
}
#widget #import_page #import_list li.selected,
#widget #signin_page #signin_list li.selected {
	font-weight: bold;
}
#widget #import_page #import_list li.selected a,
#widget #signin_page #signin_list li.selected a {
	text-decoration:none;
}
#widget #import_contact_status,
#widget #signin_status {
	margin:0 20px 0 0;
	position:absolute;
	right:0;
	text-align:right;
	top:60px;
	width:200px;
}
#widget #contacts_info {
	float:right;
	margin-right:9px;
}
#widget a#home_button {
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-position: -19px -137px;
	background-repeat:no-repeat;
	float:left;
	height:11px;
	margin-right:6px;
	text-indent:-32000px;
	width:12px;
}
#widget a#home_button:hover,
#widget span.active a#home_button {
	background-position:-19px -148px;
}
#widget .doneText {
	clear:both;
}
#widget .doneText img {
	float:left;
}

#widget #bullet_2 {
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-repeat:no-repeat;
	background-position: 0 -24px;
	float:left;
	display:inline;
	width: 120px;
	height: 45px;
}

#widget #bullet_3 {
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-repeat:no-repeat;
	background-position: -120px -24px;
	float:left;
	display:inline;
	width: 120px;
	height: 45px;
}
#widget #bullet_6 {
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-repeat:no-repeat;
	background-position: 0 -69px;
	float:left;
	display:inline;
	width: 120px;
	height: 55px;
}
#widget #textAuthPassword_forgot {
	padding:0 2px;
}
#widget #registerLegal {
	font-size: 85%;
}
#widget #widget_footer {
	bottom:0;
	position:relative;
	width:100%;
	overflow:visible;
}
#widget #loginBox {
	overflow:hidden;
	height:0;
	position:absolute;
}

#widget #poweredByLink {
	color: #fff;
	margin-left: 4px;
}

#widget #ff_plugin_link {
	display: none;
	color: #fff;
	margin-left: 4px;
}

#widget -moz-document url-prefix() {
    #poweredByLink {
	    display: none;
    }

    #ff_plugin_link {
	    display: block;
    }

}

#widget #widget_footer .link_dark {
	color: #fff;
}


#widget #widget_footer #colophon{
	color: #fff;
	background: #666;
	border-top: 1px solid #666;
	line-height:12px;
	padding:3px 5px 4px;
}
#widget #widget_footer .signInIcon{
	margin-left: 3px;
	height: 13px;
	display: inline;
	margin-right: 0;
	padding: 2px 0px 2px 20px;
}
#widget #widget_footer #signInFacebook {
	margin-left: 3px;
	height: 13px;
	display: inline;
	margin-right: 0;
	padding: 2px 0px 2px 20px;
}
#widget #signedInFooter {
	display:none;
}

#widget #privacyLink {
	color:#888888;
	font-size:9px;
	margin: -12px 0 0 9px;
}

#widget #privacyLink_import {
	color:#888888;
	font-size:9px;
	float: left;
	bottom: 0;
	position:absolute;
	_position: relative;
	margin-left: -2px;
	margin-bottom: -2px;
}

#widget #colophon.signed_in #widget_footerReg {
	display:none;
}
#widget #colophon.signed_in #signedInFooter {
	display:block;
}
#widget #close_widget {
	background:green;
	display:block;
	height:16px;
	position:absolute;
	right:0;
	text-indent:-32000px;
	top:0;
	width:16px;
	display:none;
}
#widget #send_myspace.active {
	background-color:#ccc;
}
#widget #myspace_menu,
#widget #twitter_menu {
	border:2px solid #bbb;
	border-width:2px 2px 1px;
	position:absolute;
}
#widget #myspace_menu li,
#widget #twitter_menu li {
	float:none;
	padding:4px 8px;
	border-bottom:1px solid #bbb;
	background:#ccc;
	list-style:none;
}
#widget #myspace_menu li a,
#widget #twitter_menu li a {
	font-weight: bold;
	text-decoration: none;
}
#widget .ad {
	margin:0 auto;
}
#widget #widget_header_ad {
	width: 340px;
	height: 40px;
}
#widget #widget_footer_ad {
	width: 340px;
	border-top: 1px solid #B6B6B6;
	z-index: -1;
}
#widget #widget_footer_ad_header {
	font-size: 9px;
	margin-bottom: 0;
	text-align: center;
}
#widget #widget_footer_ad_body {
	width: 340px;
}
#widget #widget_footer_ad_body img {
	margin: auto;
}
#widget #registerStatus {
	clear:both;
}

#widget .preference {
	padding: 3px 4px 2px 0px;
}

#widget .sharebox {
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-position: -16px -177px;
	background-repeat:no-repeat;
	padding:2px 4px 2px 24px;
	white-space:nowrap;
}

#widget #addressbook_goto_import {
	float:right;
}
/* Favicons */
#widget .sharethis,
#widget .aim,
#widget .aol,
#widget .blinklist,
#widget .blogger,
#widget .blogmarks,
#widget .care2,
#widget .current,
#widget .dealsplus,
#widget .delicious,
#widget .digg,
#widget .diigo,
#widget .email,
#widget .facebook,
#widget .faves,
#widget .fresqui,
#widget .friendfeed,
#widget .friendster,
#widget .funp,
#widget .furl,
#widget .fark,
#widget .bus_exchange,
#widget .gmail,
#widget .google_bmarks,
#widget .hi5,
#widget .hugg,
#widget .kirtsy,
#widget .linkedin,
#widget .livejournal,
#widget .magnolia,
#widget .meneame,
#widget .mister_wong,
#widget .mixx,
#widget .msn,
#widget .myspace,
#widget .n4g,
#widget .netscape,
#widget .newsvine,
#widget .oknotizie,
#widget .orkut,
#widget .propeller,
#widget .reddit,
#widget .simpy,
#widget .slashdot,
#widget .sms,
#widget .sphinn,
#widget .stumbleupon,
#widget .tailrank,
#widget .technorati,
#widget .twitter,
#widget .typepad,
#widget .windows_live,
#widget .wordpress,
#widget .xanga,
#widget .yahoo,
#widget .yahoo_bmarks,
#widget .ybuzz,
#widget .yahoo_myweb,
#widget .yigg {
	background-image:url(http://w.sharethis.com/share3x/images/sprite2_033109.gif);
	background-repeat:no-repeat;
	margin-right:23px;
	padding:2px 0px 2px 20px;
	white-space:nowrap;
	height: 14px;
}
#widget .sharethis {
	background:url(http://w.sharethis.com/share3x/images/share-icon.gif) no-repeat left center;
}

#widget .gbuzz {
	background:url(http://w.sharethis.com/share3x/images/buzz-16.png) no-repeat left center;
	background-repeat:no-repeat;
	margin-right:23px;
	padding:2px 0px 2px 20px;
	white-space:nowrap;
	height: 14px;
}


#widget .bebo {
	background:url(http://w.sharethis.com/share3x/images/bebo.gif) no-repeat left center;
	background-repeat:no-repeat;
	margin-right:23px;
	padding:2px 0px 2px 20px;
	white-space:nowrap;
	height: 14px;
}

#widget .twackle {
	background:url(http://w.sharethis.com/share3x/images/twackle.gif) no-repeat left center;
	background-repeat:no-repeat;
	margin-right:23px;
	padding:2px 0px 2px 20px;
	white-space:nowrap;
	height: 14px;
}

#widget .twine {
	background:url(http://w.sharethis.com/share3x/images/twine.gif) no-repeat left center;
	background-repeat:no-repeat;
	margin-right:23px;
	padding:2px 0px 2px 20px;
	white-space:nowrap;
	height: 14px;
}
#widget .aim {
	background-position:0 -420px;
}
#widget .aol {
	background-position:0 -439px;
}
#widget .blinklist {
	background-position:0 0;
}
#widget .blogger {
	background-position:0 -680px;
}
#widget .blogmarks {
	background-position:0 -60px;
}
#widget .care2 {
	background-position:0 -880px;
}
#widget .current {
	background-position:0 -640px;
}
#widget .dealsplus {
	background-position:0 -1160px;
}
#widget .delicious {
	background-position:0 -40px;
}
#widget .digg {
	background-position:0 -20px;
}
#widget .diigo {
	background-position:0 -780px;
}
#widget .email {
	background-position:0 -460px;
}
#widget .facebook {
	background-position:0 -180px;
}
#widget .faves {
	background-position:0 -840px;
}
#widget .fresqui {
	background-position:0 -980px;
}
#widget .friendfeed {
	background-position:0 -1140px;
}
#widget .friendster {
	background-position:0 -1120px;
}
#widget .funp {
	background-position:0 -1000px;
}
#widget .furl {
	background-position:0 -160px;
}
#widget .gmail {
	background-position:0 -480px;
}
#widget .google_bmarks {
	background-position:0 -220px;
}
#widget .hi5 {
	background-position:0 -1100px;	
}
#widget .hugg {
	background-position:0 -1020px;
}
#widget .kirtsy {
	background-position:0 -920px;
}
#widget .linkedin {
	background-position:0 -1240px;
}
#widget .livejournal {
	background-position:0 -1060px;
}
#widget .magnolia {
	background-position:0 -240px;
}
#widget .meneame {
	background-position:0 -820px;
}
#widget .mister_wong {
	background-position:0 -740px;
}
#widget .mixx {
	background-position:0 -580px;
}
#widget .msn {
	background-position:0 -499px;
}
#widget .myspace {
	background-position:0 -520px;
}
#widget .n4g {
	background-position:0 -900px;
}
#widget .netscape {
	background-position:0 -280px;
}
#widget .newsvine {
	background-position:0 -360px;
}
#widget .oknotizie {
	background-position:0 -960px;
}
#widget .orkut {
	background-position:0 -1080px;
}
#widget .propeller {
	background-position:0 -600px;
}
#widget .reddit {
	background-position:0 -320px;
}
#widget .simpy {
	background-position:0 -860px;
}
#widget .slashdot {
	background-position:0 -800px;
}
#widget .sms {
	background-position:0 -540px;
}
#widget .sphinn {
	background-position:0 -1180px;
}
#widget .stumbleupon {
	background-position:0 -140px;
}
#widget .tailrank {
	background-position:0 -100px;
}
#widget .technorati {
	background-position:0 -120px;
}
#widget .twitter {
	background-position:0 -620px;
}
#widget .typepad {
	background-position:0 -700px;
}
#widget .windows_live {
	background-position:0 -300px;
}
#widget .wordpress {
	background-position:0 -660px;
}
#widget .xanga {
	background-position:0 -1200px;
}
#widget .yahoo {
	background-position:0 -559px;
}
#widget .yahoo_bmarks {
	background-position:0 -720px;
}
#widget .ybuzz {
	background-position:0 -1220px;
}
#widget .yahoo_myweb {
	background-position:0 -80px;
}
#widget .yigg {
	background-position:0 -760px;
}
#widget .fark {
	background-position:0 -1280px;
}
#widget .bus_exchange{
	background-position:0 -1300px;
}
#widget #close_button{
	background-image:url(http://w.sharethis.com/share3x/images/sprite_main_1.gif);
	background-repeat:no-repeat;
	background-position: -26px -196px;
	height:12px;
	width:12px;
	z-index:10000;
	top:2px;
	left:331px;
	position:absolute;
	z-index:10000;
}

#widget #boxToYourAddrInfo {
    display: none;
}
#widget #closeX{
	top:3px !important;
	top:4px;
	left:334px;
	position:absolute;
	z-index:10000;
	height:8px;
	width:8px;
	background-image:url(http://w.sharethis.com/share3x/images/closeX4.gif);
	background-repeat:no-repeat;
}
