/* 4ormat */
#using { 
  position: fixed!important;
  z-index: 3333!important;
  bottom: 10px!important;
  right: 10px!important;
  color: #666666!important;  
  font-size: 10px;
  font-family: verdana, Arial, sans-serif!important;
  display:block!important;
}

.left_3 #using,
.left_6 #using,
.right_3 #using,
.right_6 #using  {
  left:10px;
}
#using a {
  text-decoration: underline!important;
  color: #666666!important;
}

#using a:hover { 
  color:red!important;
  text-decoration: underline!important;
}

#using.free a {
  padding: 2px 6px!important;
  background: #333!important;
  color: #fff!important;
  text-decoration: none!important;
  -webkit-border-radius: 3px!important;
  border-radius: 3px!important;
  -moz-border-radius:3px!important;
}
#using.free a:hover { 
  background :#f0091b!important;
  }

/* ADMIN OPTIONS */

#admin {
  display: none;
  bottom:0;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  height:34px;
  line-height:12px;
  margin-top:10px;
  padding:20px 5px 0;
  position:fixed;
  right:20px;
  text-align:center;
  top:20px;
  width:180px;
  background: #F0091B;
  z-index: 3333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}

.left_3 #admin,
.left_6 #admin,
.right_3 #admin,
.right_6 #admin  {
  left:10px;
}

a#admin:hover span { text-decoration:none;}
a#admin:hover  { text-decoration:none; background: #D50718;}
