#contactButton {
	position: relative;
	bottom: 0;
	right: 15px;
	max-height: 100%;
	width: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
}
#contactButton .panel {
	margin-bottom: 0;
	width: 100%;
	color: #333;
	display: none
}
#contactButton .ctb {
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 1000;
	text-align: center;
}
#contactButton .ctb, #contactButton .panel {
	border-radius: 5px 5px 0 0;
}
#contactButton .ctb em {
	margin-right: 3px;
	font-size: 1.6em;
	vertical-align: middle
}
@media (max-width: 1199px) {
	#contactButton .ctb {
		right: 70px;
	}
}
@media (max-width: 499px) {
	#contactButton {
		right: auto;
		left: 0;
		width: 90%
	}
}
.no-title .fix-group, .no-title .input-group-addon{
	display: none !important;
}
.no-title .nv-fullbg, .no-title .panel {
	background-color: transparent;
}
.no-title .input-group input {
	background-color: transparent
}
.no-title .box-shadow {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.no-title .panel-primary {
	border-color: transparent;
}
.no-title #contactButton .ctb, .no-title #contactButton .panel {
	border-radius: 0;
}
.no-title .form-group {
	border-bottom: 1px solid #5f7082;
}
.no-title .form-group:last-child{
	border-bottom: none
}
.no-title .form-group label{
	display: none
}
.no-title .form-group .required{
	background-image: none !important;
}
.no-title .form-control {
	background-color: #31465d;
	border: 0px solid #ccc;
}
.no-title .btn-primary{
	    background-color: #f48621;
    border-color: #f48621;
    border-radius: 5px;
font-family: Tahoma;
    font-weight: bold;
}

.no-title .btn-default{
	border-radius: 5px;
	font-family: Tahoma;
    font-weight: bold;
}
.no-title .input-group{
	width: 100%
}
.fcode{
	padding-right: 5px;
	padding-left: 5px
}