﻿#container {
    bottom: 0px;
    display: none;
    left: 25px;
    position: fixed; 
    z-index: 999999999999;
    
}

#inner {
    background-color: #F0F0F0;
    border: 1px solid #666666;
    border-bottom-width: 0px;
    padding: 20px 20px 100px 20px;
    height: 390px;
    width: 300px;
    background-color:white;
}

#feedback {
 height: 104px; 
  width: 104px; 
  position: fixed; 
  top: 50%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

    #feedback a {
        display: block;
        background: #f00;
        height: 15px;
        width: 70px;
        padding: 8px 16px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        border-bottom: solid 1px #333;
        border-left: solid 1px #333;
        border-right: solid 1px #fff;
    }

        #feedback a:hover {
            background: #06c;
        }

.feedback {
 height: 104px; 
  width: 104px; 
  position: fixed; 
  top: 65%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
 .feedback a {
        display: block;
        background: #f00;
        height: 15px;
        width: 70px;
        padding: 8px 16px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        border-bottom: solid 1px #333;
        border-left: solid 1px #333;
        border-right: solid 1px #fff;
    }
.feedback a:hover {
            background: #06c;
        }