
#showLeft {
  position: fixed;
  left: 0;
  bottom: 0;
  /*height: 250px;*/
  margin-left: -3px;
  margin-bottom: -3px;
  z-index: 5;
  min-height: auto;
/*margin-top: 100px;*/
top: 0;
}

#showLeft-form {
  float: left;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 10px;
padding-bottom: 10px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  overflow:auto;  
background:#fbfbfb;
}
 .scrollbar{
  width: 300px;
  height: 100%;
  background-color:#fbfbfb;
  overflow: scroll; 
  float:left;
}

::-webkit-scrollbar {
    width: 16px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	/*background: #cccccc;*/
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #c9c9c9;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4); 
}
::-webkit-scrollbar:horizontal {
  background-color: lightgray;
}
::-webkit-scrollbar:vertical {
  background-color: #e3e3e3;
}
::-webkit-scrollbar:hover {
  background-color: #f7b7b7;
}

                    
#showLeft-tab {
  float: right;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 36px;
  background-color:#cd0000;
  margin-top: 300px;
  margin-left: -42px;
  padding-top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#showLeft-tab:hover { background-color: #000; }

#showLeft-form textarea { resize: none; }
