#feedback{
	background-color:#174573;
	width:275px;
	height:360px;
	position:fixed;
	bottom:0;
	right:10px;
	margin-bottom:-325px;
	z-index:10000;
}

#feedback .section{
	border-bottom:none;
	padding:10px 10px 10px;
}


#feedback h6{
	background:url("img/quick-enquiry.jpg") no-repeat;
	height:38px;
	margin:5px 0 0px;
	text-indent:-99999px;
	cursor:pointer;
	text-align:center;
}
.feedback-textfield{
	background-color:#fff;
	border:none;
	color:#666666;
	font:13px 'Lucida Sans',Arial,sans-serif;
	height:40px;
	padding:10px;
	width:255px;
	resize:none;
	outline:none;
	overflow:auto;
}

#feedback textarea{
	background-color:#fff;
	border:none;
	color:#666666;
	font:13px 'Lucida Sans',Arial,sans-serif;
	height:50px;
	padding:10px;
	width:255px;
	resize:none;
	outline:none;
	overflow:auto;
}

#feedback a.submit{
	background:url("img/submit.png") no-repeat;
	border:none;
	display:block;
	height:34px;
	margin:20px auto 0;
	text-decoration:none;
	text-indent:-99999px;
	width:91px;
}

#feedback a.submit:hover{
	background-position:left bottom;
}

#feedback a.submit.working{
	background-position:top right !important;
	cursor:default;
}

#feedback .message{
	font-family:Corbel,Arial,sans-serif;
	color:#5a665b;
	text-shadow:1px 1px 0 #b3c2b5;
	margin-bottom:20px;
}

#feedback .arrow{
	background:url('img/arrows.png') no-repeat;
	float:right;
	width:23px;
	height:18px;
	position:relative;
}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}

#feedback .response{
	font-size:21px;
	margin-top:70px;
	text-align:center;
	text-shadow:2px 2px 0 #889889;
	color:#FCFCFC;
	display:block;
}


.white-text{color:#FFF!important; font-weight:bold;}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 13px;
  font-weight:bold;
  text-transform:uppercase;
}

.icon-bar a:hover {
  background-color: #000;
}

.special-offer {
  background: #E1000B;
  color: white;
}





