#suggestimprovements{
  width:380px;
  height:180px;
  position:fixed;
  _position:absolute;
  bottom:0;
  left:50%;
  margin-left:-190px;
  background:#010F33;
  border: 2px solid #000;
  padding: 10px 15px;
  text-align:center;
}
#showsuggestion{
  position:fixed;
  _position:absolute;
  right:0;
  top:50%;
  margin-top:-45px;
  cursor:pointer;
}
#suggestimprovements .msgthankyou{
  margin:10px 0 0 0;
  font:14px Arial;
  font-weight:bold;
  color:#fff;
  text-align:left;
}
#suggestimprovements .textarea{
  width:360px;
  height:110px;
}
#suggestimprovements .btsend{
  margin:10px 0 0 0;
  border:0;
  background:url('/images/bt_sendsuggestion.jpg') no-repeat;
  height:27px;
  width:85px;
  cursor:pointer;
}

#suggestimprovements .title{
  font:14px Arial;
  font-weight:bold;
  color:#fff;
  text-align:left;
}

#suggestimprovements .form{
  margin:15px 0 0 0;
}