
#feedback {
 
    position: fixed;
  left: 0;
  bottom: 0;
  height: 265px;
  margin-left: -3px;
  margin-bottom: 305px;
  
}
#feedback1 {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 265px;
  margin-left: -3px;
  margin-bottom: -50px;
  z-index:9999! important;
}
#sendfd
{
	margin-left:68px;
	background:#425a72;
	color:#fff;
	border:1px solid #425a72;
}
#canbtn
{
	margin-right:68px;
	background:#fcc21b;
	color:#000; 
	border:1px solid #fcc21b;
}
#sendfd:hover
{
background:#fcc21b;
border:1px solid #fcc21b;
	color:#000;
}
#canbtn:hover
{
	color:#fff;
}
#feedback-form {
  float: left;
  width: 310px;
  height: 130%;
  z-index: 1000;
  padding-left: 3px;
  padding-right: 5px;
  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-header
{
	background-color: black;
	color:white;
	
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
	
}
.feedback-header h5
{
	font-size:14px;
	margin:0px;
	padding:8px;
	color:#fff;
	width:100%;
}
.feedback-header h5 i
{
	font-size:22px;
	color:#fddb00;
}
#feedback-tab {
  float: right;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  width: 140px;
  height: 45px;
  background-color: rgba(66,88,113,1.0);
  margin-top: 60px;
  margin-left: -46px;
  padding-top: 10px;
  -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-tab1 {
  float: right;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  width: 185px;
  height: 45px;
  background-color: #ffb606;
  margin-top: 60px;
  margin-left: -65px;
  padding-top: 10px;
  -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:#000; 
	color:#fff;
	
	}
#feedback-tab1:hover {
	background-color: #000; 
	color:#ffb606;
	
	}
#feedback-form textarea { resize: none; }
