
#feedback {
  position: fixed;
  left: 0;
  top: 30%; z-index:10000;  
  margin-left: -3px;
 
}

#feedback-form {
  width: 220px;
  height: 100%;background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0; 
  z-index: 1000;
  padding: 20px;
  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);
}

#feedback-tab {
  float: right;
  color: #fff;
  font-family: 'Lato';
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-transform:uppercase;
  width: 160px;
  height: 40px;
  background-color: #ff3333;
  margin-top: 60px;
  margin-left: -60px;
  padding-top: 5px;
  -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);
}

#feedback-tab:hover {background-color: #0e0e0e;color:#FFF;}

#feedback-form textarea { resize: none; }

/*---------------------------------------------------inr-tab---------------------------------------------*/
#life-tab{
    background-color:#0064A3;
    border-radius:0px;box-shadow:0 -3px 7px 0px #484848;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    height: 42px;
    left: -39px !important;
    padding-top: 5px;
    position: fixed;
    text-align: center;transition:all 0.5s ease-in;
    top: 160px !important;
    transform: rotate(90deg);
    width: 120px;
}

.sidelinks { position:fixed; 
    left:0px;
    margin-left: -160px;}

#life-tab:hover { background-color:#dd3023; }

#feedback-form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #555353 !important;
    font: 600 13px "Lato",sans-serif !important;
    margin: 4px 0 !important;
    padding: 7px 10px;
    width: 100%;
}
input, textarea:focus {
    outline: medium none;
}
#feedback-form select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #868484 !important;
    font: 600 13px "Lato";
    margin: 0px 0 !important;
    padding: 6px 10px;
    width: 100%;
    height: 50px;
}
#feedback-form textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #555353 !important;
    font: 600 13px "Lato",sans-serif !important;
    margin: 4px 0 !important;
    min-height: 80px;
    padding: 7px 10px;
    width: 100%;
}

#feedback-form .submit {
    background: #ff3333 none repeat scroll 0 0;
    border: medium none !important;
    color: #fff !important;
    cursor: pointer;
    font: 100 16px Arial,Helvetica,sans-serif !important;
    margin: 10px 0 !important;
    padding: 10px 0;
    width: 100%;
}
#feedback-form .submit:hover {
    background: #0e0e0e none repeat scroll 0 0;
    color:#FFF !important;
}

