#setstr_overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  position: absolute; }

#setstr_screen {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter: alpha(opacity=45); }

#setstr_container {
  width: 685px;
  height: 480px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  #setstr_container iframe {
    width: 665px;
    height: 100%;
    margin: 20px;
    background: transparent; }
  
a#setstr_tab {
  border:0px;
  background-color:transparent;
  top: 25%;
  left: 0;
  width: 43px;
  height: 124px;
  color: #FFF;
  cursor: pointer;
  text-indent: -100000px;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  margin-left: -10px;
  background-image: url(../images/bookitlogoR.png); background-repeat:no-repeat; 
  _position: absolute;
  _background-image: url(https://www.setster.com/widget/); }
  a#setstr_tab:hover {
    margin-left: -4px; }

a.setstr_tab_right {
  right: 0 !important;
  background-image: url(../images/bookitlogoR.png) !important; left: auto !important;
  margin-right: -5px !important;
  margin-left: auto !important;
  width: 41px !important; }
  a.setstr_tab_right:hover {
    width: 45px !important;
    margin-right: 0 !important;
    margin-left: auto !important; }

a.setstr_tab_bottom {
  top: auto!important;
  bottom: 0 !important;
  left: 20% !important;
  height: 50px !important;
  width: 232px !important;
  background-image: url(../images/bookitlogoB.gif) !important;
  margin-bottom: -7px !important;
  margin-left: auto !important; }

a.setstr_tab_bottom:hover {
    margin-bottom: -4px !important;
    margin-left: auto !important; }

a.setstr_tab_hidden {
  display: none !important; }

a#setstr_close {
	border:0px;
   background-color:transparent;
  position: absolute;
  cursor: pointer;
  outline: none;
  top: 0;
  left: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-image: url(../images/close.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/close.png', sizingMethod='crop'); }
  a#setstr_close:hover {
    background-position: -42px 0; }


