.share-bar-container {bottom:0; left:0; position:fixed; width:100%; z-index:9999; display:none; height:50px;}
* html .share-bar-container {position: absolute;}
.share-bar-table {position:relative; height:50px;  overflow:hidden;}
.share-bar-table td {background:url(share-bar-background.png) top left repeat-x; height:50px; overflow:hidden;}

/* logo */
.grupotreinar-logo {background:url(grupotreinar-logo.png) top left no-repeat; width:150px; height:50px;}

/* close button */
.hide-toolbar {width:43px; height:50px; overflow:hidden;}
.hide-toolbar a:link,
.hide-toolbar a:visited,
.hide-toolbar a:active {background:url(close-button.png) top left no-repeat; width:43px; height:50px; display:block; text-indent:-9999px; float:right;}
.hide-toolbar a:hover {background:url(close-button.png) bottom left no-repeat; width:43px; height:50px; display:block; text-indent:-9999px; float:right;}

/* facebook button */
.facebook-button {height:50px; width:100%; overflow:hidden;}
.facebook-button a:link,
.facebook-button a:visited,
.facebook-button a:active {background:url(facebook-button.png) top left no-repeat; width:275px; height:50px; display:block; text-indent:-9999px; margin-left:auto; margin-right:auto; overflow:hidden;}
.facebook-button a:hover {background:url(facebook-button.png) bottom left no-repeat; width:275px; height:50px; display:block; text-indent:-9999px; margin-left:auto; margin-right:auto; overflow:hidden;}
.facebook-button span {display:none;}

/* twitter button */
.twitter-button {height:50px; width:100%; overflow:hidden;}
.twitter-button a:link,
.twitter-button a:visited,
.twitter-button a:active {background:url(twitter-button.png) top left no-repeat; width:310px; height:50px; display:block; text-indent:-9999px; margin-left:auto; margin-right:auto; overflow:hidden;}
.twitter-button a:hover {background:url(twitter-button.png) bottom left no-repeat; width:310px; height:50px; display:block; text-indent:-9999px; margin-left:auto; margin-right:auto; overflow:hidden;}
.twitter-button span {display:none;}

/* ie6 ping fix */
.grupotreinar-logo, .twitter-button a:link, .twitter-button a:visited, .twitter-buttona:active, .twitter-button a:hover, .facebook-button a:link, .facebook-button a:visited, .facebook-button a:active, .facebook-button a:hover, .hide-toolbar a:link, .hide-toolbar a:visited, .hide-toolbar a:hover, .hide-toolbar a:active, .share-bar-container  { behavior: url(iepngfix.htc) }