#sideBar{
  position:fixed;
  width: auto;
  height: 100%;
  top: 0px;
  left:-290px;
}

#sideBarTab{
  float:left;
  width: 42px;
  overflow: hidden;
  outline: none;

  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}
#sideBarTab img, #messageRepliesNumber0{
  position: absolute;
  top: 35%;
}
#messageRepliesNumber0{
  left:319px;
  width: 18px;
  height: 18px;

  -moz-border-radius: 9px;
  border-radius: 9px;
}
#messageRepliesNumber{
  padding: 2px 0px 0px 5px;
  font-weight: bold;
  color: #ffffff;
}

#sideBarResizer{
  float:left;
  width: 10px;
  height: 100%;
  background-color:#333333;

  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;

  z-index: 900;
}
#sideBarResizer img{
  position: absolute;
  top: 38%;
  left: 275px;
}
#sideBarTitle{
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px 0px 10px;
}

#sideBarContents{
  float:left;
  overflow:hidden !important;
  width: 280px;
  height: 100%;

  background-color:#333333;

  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}
#sideBarContents *{
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.00;
}
#sideBarContents div, #sideBarContents h2 , #sideBarContents a{
  color: #ffffff;
}
#sideBarClose{
  position: absolute;
  left: 250px;
  top: 5px;
}

#message input, #message textarea{
  width: 260px;
}
#message textarea{
  height: 150px;
}
#message div.okGomb{
  padding-left:160px;
}

#messageReplies div{
  color: #333333;
}
#messageOver{
  filter:alpha(opacity=60);
  opacity: 0.6;
  background-color:#ffffff;;
  position:fixed;
  top:0px;
  left:0px;
  width:290px;
  text-align:center;
  vertical-align:middle;
  display: none;
  z-index: 1000;
}
#messageOver div.loader{
  z-index: 1001;
  padding-top:130px;
}



