html{height: 100%;}

body
{ background: #CCC;
  color: #5A6370;
}

#main
{ background: #FFF url(back.png) repeat-y;
  color: #5A6370;
}

#links, #footer
{ background: #FFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

#logo { color: #5A6370; }

#logomenu a
{ background: #FFF url(http://images.whatsyourimpact.eu.org/logos/whats-your-impact-logo-right.jpg) no-repeat left top;
  color: #5A6370;
}

#logomenu a:hover
{ background-position: right top;
  color: #5A6370;
}

h1
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
}

#content, #column2 a
{ background: transparent;
  color: #5A6370;
}

#column2 a:hover
{ background: transparent;
  color: #1775D5;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: #595959;
  color: #D1D3D7;
}

.sbihead
{ background: #FFF url(sbiLink.png) no-repeat right top;
  color: #484E56;
}

.sbihead h1
{ background: transparent;
  color: #484E56;
}

.sbicontent a:hover
{ 
  color: #fff; 
}

.sbiscroller a:hover
{ 
  color: #fff; 
}

.sbilinks li a
{ background: #FFF url(sbiLink.png) no-repeat left top;
  color: #D1D3D7;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #1775D5;
} 

input, textarea
{ background: #FFF;
  color: #5A6370;
  border-color: #89A9C7;
}

.error{ 
	color: #FF0000;
	width: 512px;
}

#tblSample {
	background-color: #fafafa;
	margin-top: 0px;
	/*width:512px;*/
	font-size:0.8em;
}

#tblSample td {
	background-color: white;
	/*padding: 3px;*/
	text-align : center;
	border-top: 1px dotted #69C;
	border-bottom: 1px dotted #69C;
}

#tblSample th {
	color:#000;
	padding: 5px;
	font-size: 120%;
    font-weight: bold;
	text-align : center;
}

#tblSample th.title1 {
	border-bottom: 2px solid #69C;
	border-top: 2px solid #69C;
	}
	
body
{ font-family: verdana, arial, sans-serif;
  padding: 0;
  margin: 0;
  font-size: .68em;
}

p
{ padding: 0 0 16px;
  margin: 0;
  line-height: 1.7em;
}

i
{ padding: 0;
  line-height: 20em;
  margin: 0;
  font-size: 7.5%;
  visibility: hidden;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: 0.1em;
}

h2
{ margin: 0;
  padding: 0 0 4px;
  font-size:100%;
}

img{border:0 none;}

a{outline: none;}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

ul
{ margin: 8px 0 0 16px;
  padding: 0;
}

ul li
{ list-style-type: square;
  margin: 0 0 11px; 
  padding: 0;
}

ol
{ margin: 8px 0 0 24px;
  padding: 0;
}

ol li
{ margin: 0 0 11px; 
  padding: 0;
}

#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 5px 0px 5px;
  width: 750px;
  height: 33px;
  font-size: 90%;
  text-align: center;
}

#links{}

#footer
{ text-align: center;
  height: 30px;
}

#links a, #footer a{ text-decoration: none; }

#links a:hover, #footer a:hover{ text-decoration: underline; }

#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 112px;
  text-align: right;
}

#logomenu a {
  float: right;
  width: 90px;
  height: 112px;
  text-decoration: none;
  }

.menu {
height: 44px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
  background: #FFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
  position: relative;
 z-index: 1;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin: 0 auto;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
  float:left;
  margin: 0; 
  padding: 0;
  list-style-type: none;
  position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
  display:block; 
  height: 32px;
  width: 142px;
  text-decoration: none; 
  padding: 8px 5px 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align:center;
  background: #FFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:152px;
w\idth:142px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a, .menu ul li a:hover {
  background: #FFF url(menu_hover.png);
  color: #484E56;

}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul, .menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:1.9em;
  margin-top:21px;
  left:0; 
  width:150px;
  border:1px solid #888;
  border-top:0;
  background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
  display:block; 
  background:transparent url(opaque.png); 
  color:#000; 
  border-top:1.5px solid #888;
  margin:0;
  color:#333;
  font-size:0.9em;
  font-weight:bold;
  text-transform: none;
  height:auto; 
  line-height:1em; 
  padding:5px; 
  width:140px;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:22px; /* for IE5.5 faulty box model */
marg\in-top:23px; /* for IE6 */

}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:150px; /* for IE5.5 faulty box model */
w\idth:140px; /* for IE6 */

}

.menu li a#selected, .menu li a#selected:hover
{ background: #FFF url(menu_hover.png);
  color: #484E56;
/*height: 44px;*/
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: right;
  padding: 16px 0 15px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0 0 25px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0; 
  margin: 0; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 14px 8px 8px 19px;}

#v_container a { cursor:pointer; }

.sbiscroller{ padding: 1px; }

.sbiscroller h3 { font-size: .68em; }

.img_right { border-style: none; }

.img_flash a
{ text-decoration: none;
  border-bottom: none;
}

.sbicontent p
{ line-height: 11px; 
  padding: 0 0 4px;
}

.sbilinks{padding: 0;}

.sbilinks ul{margin: 0 auto;} 

.sbilinks li 
{ margin: 0; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 512px;
  float: left;
  padding: 12px 3px 15px 19px;
}

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

#column2 h1
{ padding: 6px 0 4px; 
  margin: 0 0 12px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 h5
{   
  font-size: 117.5%;
  font-weight: bold;
}

#column2 h6
{   
  font-size: 152.5%;
  font-weight: bold;
}

#tenpx { font-size: 9px; }

.sidebaritem a, #column2 a, .sidebaritem a:hover
{ padding: 0 0 2px;
  text-decoration: none;
}

.sidebaritem h5
{ font-size: 13px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid;
}

.sbiscroller a:hover, .sbiscroller a
{ text-decoration: none; 
  border-bottom: none;
}

/* contact page - form layout */
form{margin-top: 0;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 250px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ font-family: verdana, arial, sans-serif;
  font-size: 100%;
}


.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 78px;
  height: 22px;
  cursor: pointer;
  font-weight: bold;
  font-size: 100%;
}

.button
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 200px; /*marquee height */
background-color: #595959;
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px;
padding-left: 4px;

}

img.faviconimg {
	border:0;
	width:16px;
	height:16px;
	padding:0 5px;
}

ul.favilist {list-style:none;}

#miniNav {
 width: 60px;
 height: 22px;
 background: url(http://images.whatsyourimpact.eu.org/web-icons/back-up-home-buttons-blue.png);
 float:right;
 margin: 10px auto; padding: 0;
 position: relative;
}

#miniNav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#miniNav li, #miniNav a {height: 22px; display: block;}
#back {left: 0; width: 20px;}
#up {left: 21px; width: 40px;}
#home {left: 41px; width: 60px;}

#miniNavTop a, #miniNavTop a:hover{ 
	background: #FFF url(http://images.whatsyourimpact.eu.org/web-icons/back-up-home-buttons-blue.png) no-repeat left top;
	float: right;
	width: 20px;
	height: 22px;
	text-decoration: none;
}

#miniNavTop a.home, #miniNavTop a.home:hover { background-position: right top;}

#fiveTipsSide ul li { 
	list-style: none; 	
	text-decoration:none; 
	margin:-4px 0 24px -8px;
}

#fiveTipsSide li a {
	line-height:2em;
	padding:0em 0 0em 2.3em;
	overflow:hidden;
    text-decoration:none;
	font-weight: bold;
	display:block;
	width:15em;
	font-size: 0.96em;
}

#fiveTipsSide li a:hover { text-decoration:none; }
#tip1, #tip2, #tip3, #tip4, #tip5 { background:transparent url("five-tips.png") no-repeat 0px 0px; }
#tip2 { background-position:0px -52px; }
#tip3 { background-position:0px -104px; }
#tip4 { background-position:0px -156px; }
#tip5 { background-position:0px -208px; }

#sideMenuBox{
	/*width:171px;
	height: 210px;
	font-weight: normal;
	font-size:14px;*/
}

#sideMenuBoxIcon {
	width:50px;
	float:left;
}

#sideMenuBoxIcon ul li a {
	line-height:50px;
	padding:0 0 0 0;
	margin:-10px 0 0 -15px;
	overflow:hidden;
	display:block;
	 width: 50px;
	height: 50px;
	list-style-type:none;
}

#sideMenuBoxText {
	width:115px;
	float:right;
	font-size:14px;
}
#sideMenuBoxText a{
	text-decoration:none;
	font-weight: bold;
}

#sideMenuBoxText p{
	margin: 0 0 1em 0;
	line-height:15px;
}
#sideMenuBoxIcon ul, #sideMenuBoxIcon ul li {	list-style-type:none; }
#connect, #slideshow, #volunteer {background:transparent url("sidebar-icons.png") no-repeat 0px 0px;}

.SuggestFramework_List
{
	border: 1px solid #CCC;
	border-top: 0;
}

.SuggestFramework_Heading
{
	padding: 0 1px;
	background-color: #CCC;
	color: #FFF;
	font-weight: bold;
}

.SuggestFramework_Highlighted
{
	padding: 0 1px;
	background-color: Highlight;
	color: HighlightText;
}

.SuggestFramework_Normal
{
	padding: 0 1px;
	background-color: #DFEFFF;
	/*background:transparent url(/style/opaque.png); */
	color: #000;
}

.SuggestFramework_Combo
{
	width: 100%; 
	margin: 0; 
	padding: 0;
}

table.tableStyle {
	border: 1px solid #ccc; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
} 
.tableStyle td {
	padding: 1px 4px; 
	margin: 2px; 
	border: 1px solid #ccc; 
	color: #000;
}
.tableStyle th {
	background-color: #fff; 
	color: #000; 
	font-weight: bold;
	font-size: 15px;
}
td.bold {font-weight: bold;}
tr.bold {font-weight: bold;}

.comment-box {
	margin: 0px 0px 30px 33px;
	padding: 15px;
	width: 190px;
	height: 120px;
	border: 1px solid black;
	float: left;
	background-color: #EEEEEE;
}
.comment-box:hover {
	background-color: #ddd;
	cursor: pointer;
}
.box-text {
font-size:1.1em;
font-weight:bold;
text-align:center;
}

h2.number1 , h2.number2, h2.number3, h2.number4, h2.number5 {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 7em;
	float: left;
	margin-right: 10px;
	text-align:center;
	height:96px;
	width:90px;
}

h2.number1 {	
	color: #0066cc;
	background: transparent url(buy-local-num.jpg) repeat scroll 0 0;
}

h2.number2 {	
	color: #0066cc;
	background: transparent url(drive-less-num.jpg) repeat scroll 0 0;
}

h2.number3 {	
	color: #0066cc;
	background: transparent url(use-less-electricity-num.jpg) repeat scroll 0 0;
}

h2.number4 {	
	color: #0066cc;
	background: transparent url(buy-used-buy-smart-num.jpg) repeat scroll 0 0;
}

h2.number5 {	
	color: #0066cc;
	background: transparent url(tell-this-to-others-num.jpg) repeat scroll 0 0;
}

h2.number1:hover, h2.number2:hover, h2.number3:hover, h2.number4:hover, h2.number5:hover {
	text-decoration: none;
}

p.description {
	font-size: 120%;
	font-weight: bold;
}


#at16lb{    display: none;   position: absolute;   top: 0%;   left: 0%;   width: 100%;   height: 100%;   z-index:1001;   background-color: black;   opacity:0.001;   filter:alpha(opacity=0.001)} .at15a{border:0px;height:0px;margin:0px;padding:0px;width:100%;width:230px}.atnt {text-align:center!important;padding:6px 0px 0px 0px!important;height:24px!important}.atnt a {text-decoration:none;color:#3366bb}.atnt a:hover {text-decoration:underline}#at15a1{border-bottom:1px solid #eee}#at15a2{border-top:1px solid #eee}#at_msg,#at16p label,#at_share .at_item,#at16p,#at15s,#at16p form input,#at16p form textarea {font-family:arial,helvetica,tahoma,verdana,sans-serif!important;font-size:12px!important}#at15s{background:#fff!important;border:1px solid #ccc!important;color:#666!important;float:none!important;line-height:1em!important;margin:0px!important;overflow:visible!important;padding:1px!important;text-align:left!important;width:230px!important}#at15s_head{position:relative;background:#f2f2f2;padding:4px;cursor:default;   border-bottom:1px solid #e5e5e5}#at15s_head_brand{position:absolute;top:4px;right:4px}#at_hover{padding:4px}#at_hover .at_item, #at_share .at_item{background:#fff!important;float:left!important;color:#4c4c4c !important}#at_hover .at_item{width:102px!important;padding:2px 3px!important;margin:1px}#at_hover .at_item:hover,#at_hover .at_item.athov {    margin:0px!important}#at_hover .at_item:hover,#at_hover .at_item.athov,#at_share .at_item:hover,#at_share .at_item.athov{background:#f2f2f2!important;   border:1px solid #e5e5e5;color:#000!important}#at_email15{padding-top:5px}.at15e_row{height:28px}.at15e_row label,.at15e_row span{padding-left:10px!important;display:block!important;width:60px!important;float:left!important}.at15e_row input,.at15e_row textarea{display:block!important;width:150px!important;float:left!important;background:#fff!important;border:1px solid #ccc!important;color:#333!important;font-size:12px!important;font-weight:normal!important;padding:0pt!important}#at_email{    height:338px!important}.at15t{display:block!important;height:16px!important;line-height:16px!important;padding-left:20px!important;background:url(http://s7.addthis.com/static/r05/widget05.gif) no-repeat left;cursor:pointer}.at15t_more{background-position:0px 100px}.at15t_000{background-position:0px -0px}.at15t_aim{background-position:0px -16px}.at15t_ask{background-position:0px -32px}.at15t_backflip{background-position:0px -48px}.at15t_ballhype{background-position:0px -64px}.at15t_bebo{background-position:0px -80px}.at15t_blinklist{background-position:0px -96px}.at15t_blogmarks{background-position:0px -112px}.at15t_buzz{background-position:0px -128px}.at15t_delicious{background-position:0px -144px}.at15t_digg{background-position:0px -160px}.at15t_diigo{background-position:0px -176px}.at15t_email{background-position:0px -192px}.at15t_facebook{background-position:0px -208px}.at15t_fark{background-position:0px -224px}.at15t_faves{background-position:0px -240px}.at15t_favorites{background-position:0px -256px}.at15t_feedmelinks{background-position:0px -272px}.at15t_friendfeed{background-position:0px -288px}.at15t_furl{background-position:0px -304px}.at15t_google{background-position:0px -320px}.at15t_kaboodle{background-position:0px -336px}.at15t_kirtsy{background-position:0px -352px}.at15t_linkagogo{background-position:0px -368px}.at15t_linkedin{background-position:0px -384px}.at15t_live{background-position:0px -400px}.at15t_misterwong{background-position:0px -416px}.at15t_mixx{background-position:0px -432px}.at15t_multiply{background-position:0px -448px}.at15t_myaol{background-position:0px -464px}.at15t_myspace{background-position:0px -480px}.at15t_netvibes{background-position:0px -496px}.at15t_netvouz{background-position:0px -512px}.at15t_newsvine{background-position:0px -528px}.at15t_pownce{background-position:0px -544px}.at15t_print{background-position:0px -560px}.at15t_propeller{background-position:0px -576px}.at15t_reddit{background-position:0px -592px}.at15t_segnalo{background-position:0px -608px}.at15t_shadows{background-position:0px -624px}.at15t_simpy{background-position:0px -640px}.at15t_slashdot{background-position:0px -672px}.at15t_spurl{background-position:0px -688px}.at15t_stumbleupon{background-position:0px -704px}.at15t_stylehive{background-position:0px -720px}.at15t_tailrank{background-position:0px -736px}.at15t_technorati{background-position:0px -752px}.at15t_thisnext{background-position:0px -768px}.at15t_twitter{background-position:0px -784px}.at15t_yahoobkm{background-position:0px -800px}.at15t_yardbarker{background-position:0px -816px}.at15t_netscape{background-position:0px -576px}#at16clb {    font-size:16pt;   font-family:"verdana bold", verdana, arial, sans-serif}#at_share .at_item {width:105px !important;   padding:4px;   margin-right:4px;   border:1px solid #ffffff}#at16pcc {position:fixed;top:0px;left:0px;width:100%;margin:0 auto;font-size:10px!important;color:#4c4c4c;   padding:0px;z-index:10000001;   overflow:visible}/* hack for ie6 only */* html #at16pcc {    position:absolute}#at16p {    position:absolute;background:url(http://s7.addthis.com/static/t00/atbkg.png);padding:10px;margin-left:-261px;   width:502px;   left:50%}#at_share {    margin:0;   padding:0}#at16pi {background:#fff;width:500px;text-align:left;   border:1px solid #fff;   border-bottom:0}#at16pt {position:relative;background:#f2f2f2;border-bottom:1px solid #e5e5e5;height:16px;padding:8px 14px}#at16pt h4, #at16pt a{font-weight:bold}#at16pt h4 {display:inline;margin:0;padding:0;font-size:1.3em;color:#4c4c4c;cursor:default}#at16pt a {position:absolute;top:8px;right:14px;font-size:1.4em;text-decoration:none;color:#4c4c4c}#at16pc {padding:20px 0 20px 14px}#at16pc .tmsg {    height: 1.2em;   margin-bottom:14px;   padding-left: 90px;   font-weight: normal}#at16pc form{margin:0;width:460px}#at16pc form label {    display: block;   width: 70px;   font-weight: bold;   line-height: 24px;   margin: 0;   text-align: right;   float: left}#at_email form input,#at_email form textarea {    background: #fff;   border: 1px solid #ccc;   width: 268px;   font-size: 12px!important;   font-weight: normal;   padding: 3px;   /*zoom:1!important;   line-height: 20px!important;*/    margin: 0 0 8px 20px !important;   color: #ccc!important}#at16pc form .at_ent {    color:#333!important}#at16pc form textarea {    width: 356px}/* doesn't work on windows */#at16pc form input:focus,#at16pc form textarea:focus {background:#fffff0;   color: #333}#at16pc .atbtn {    border-top: 1px solid #f5f5f5;   border-left: 1px solid #f5f5f5;   border-right: 1px solid #ccc;   border-bottom: 1px solid #ccc;   background:#c0c0c0;   width: 90px;   margin: 0;   margin-bottom:20px;   padding: 2px 8px;   font-weight: normal;   color: #000;   cursor: pointer}#at16pc .atbtn:hover {    background: #666;   border-color: #444;   color: #fff}#at16pc form .form-text {    padding-left: 90px;   margin-bottom: 10px;   line-height: 1em}#at16pc form .form-button {    padding-left: 90px;   margin: 0 120px 20px 0}#at16pc form .form-char {    width: 120px;   margin-right: 5px;   text-align: right;   color: #ccc;   float: right}/* footer */#at16pf {position:relative;background:#f2f2f2;height:12px;   border-top:1px solid #e5e5e5}#at16pf a#at-gyo {background:url(http://s7.addthis.com/static/t00/gyo.gif) no-repeat;width:105px;left:14px}#at_complete {    font-size:13pt;   color:#47731d;   text-align:center;padding-top:130px;   height:208px!important;   width:472px}#at_s_msg {    margin-bottom:10px} #at16pf a#at-logo {background:url(http://s7.addthis.com/static/t00/logo.gif) no-repeat;width:48px;right:14px}.at_baa {display:block;overflow:hidden;outline:none;text-indent:-9000px}#at16pf a {position:absolute;top:3px;height:7px;line-height:7px;padding:0;margin:0}#at16pc form #at_send {    width:80px !important;   }#at_share.fbtns {padding-left:6px;height:140px}#at_feed {    display:none;   height:160px}#at_feed div {width:102px!important;height:26px!important;line-height:26px!important;float:left!important;   margin-right:78px}#at_feed div.at_litem {    margin-right:0px}#at_feed a {margin:10px 0px;height:17px;line-height:17px}.fbtn{background:url(http://s7.addthis.com/static/r05/feed00.gif) no-repeat;float:left;width:102px;cursor:pointer}.fbtn.bloglines{background-position:0 0;width:94px;height:20px !important;line-height:20px !important;margin-top:8px !important}.fbtn.yahoo{background-position:0 -20px}.fbtn.newsgator{background-position:0 -37px}.fbtn.technorati{background-position:0 -71px}.fbtn.netvibes{background-position:0 -88px}.fbtn.pageflakes{background-position:0 -141px}.fbtn.feedreader{background-position:0 -172px}.fbtn.newsisfree{background-position:0 -207px}.fbtn.google{background-position:0 -54px;width:104px}.fbtn.winlive{background-position:0 -105px;width:100px;height:19px !important;line-height:19px;margin-top:9px !important}.fbtn.mymsn{background-position:0 -158px;width:71px;height:14px !important;line-height:14px !important;margin-top:12px !important}.fbtn.aol {background-position:0 -189px;width:92px;height:18px !important;line-height:18px !important}
