body {
  margin: 0;
  padding: 0;
  font-family: arial,sans-serif;
}
a, a:active, a:visited, a:hover {
  color: #fff;
}
.gremlins {
  position: absolute;
  display: none;
}
form {
  display: inline;
  margin: 0;
  padding: 0;
}

/*
#bar {
  background-color: #000;
  color: #FFF;
  height: 25px;
  display: none;
  font-size: 0.85em;
  opacity: .3;
  -moz-opacity: .3;
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
}
*/
#bar {
  display:none;
  position:absolute;
  top:100;
  left: -300px;
  height:300px;
  width: 339px;
}
#innerbar {
  /* background:transparent url(/img/barback.png) repeat-x scroll 0 0; */
  background: #000000;
  color:#FFFFFF;
  font-size:0.85em;
  height: 300px;
  width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  background: url(/img/barback.png) no-repeat scroll 0 0;
  /*
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  */
  float:left;
  text-align: center;
}

#innerbar div {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#innerbar img {
  border:0;
}
#innerbar input {
  height: 20px;
}
#shortlink {
  border: 0;
  /* background-color: #000; */
  background: url(/img/tbg_bar_short_form.png) no-repeat scroll 0 0;
  color: #FFF;
  width: 200px;
  text-align: center;
}
#tweetthis {
}
#killall {
	/*
  position: absolute;
  top: 3px;
  right: 20px;
  */
}
#noJS {
  width: 100%;
  height: 100%;
}
#mainframe {
  width: 100%;
  height: 100%;
  display: none;
}
#urlfield {
  border: 1px solid #000;
  width: 140px;
}
#title {
  background-color: #AEB4A8;
  margin: 20px 260px 5px 0;
  padding: 6px;
}
#pulltab {
  float:left;
  width: 39px;
  height: 107px;
  background: url(/img/gremlintab.png) no-repeat scroll 0 0;
}
#pulltab:hover {
  cursor: pointer;
  background-position: -39px 0;
}
#bar-title {
  height:23px;
  width: 180px;
  margin-top: 10;
  background: url(/img/tbg_bar_title.png) no-repeat scroll 0 0;
}
#bar-title:hover {
  cursor: pointer;
  background-position: 0 -23px;  
}
#bar-gremlin {
  height: 80px;
  width: 84px;
  background: url(/img/tbg_bar_gremlin.png) no-repeat scroll 0 0;
}
#bar-gremlin:hover {
  cursor: pointer;
  background-position: 0 -80px;  
}
#bar-form { 
  margin-top: 30px;
  width:280px;
}
#bar-gremlinize {
  float:right;
  height:21px;
  width: 89px;
  background: url(/img/tbg_bar_gremlinize.png) no-repeat scroll 0 0;
}
#bar-gremlinize:hover {
  cursor: pointer;
  background-position: 0 -24px;  
}
#bar-shorturl {
  margin-top: 30px;
  width: 280px;
}
#bar-shorturl img {
  margin-right: 4px;
  float:left;
}
#bar-tweet {
  margin-top: 35px;
  float: right;
  height:42px;
  width: 99px;
  background: url(/img/tbg_bar_tweet.png) no-repeat scroll 0 0;
}
#bar-tweet:hover {
  cursor: pointer;
  background-position: 0 -43px;  
}
#bar-killall {
  margin-top: 50px;
  float: left;
  height: 20px;
  width: 145px;
  background: url(/img/tbg_bar_killall.png) no-repeat scroll 0 0;
}
#bar-killall:hover {
  cursor: pointer;
  background-position: 0 -19px;  
}

