#contact_form  {
	width: 400px;
	height: auto;
	position: fixed;
	top: 55px;
	right: 0px;
	z-index: 99999999999999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;
	border-right: none;
	-webkit-box-shadow: -6px 4px 10px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: -6px 4x 10px 0px rgba(0,0,0,0.17);
	box-shadow: -6px 4px 10px 0px rgba(0,0,0,0.17);
	display: none;
}

.show_contact  {display: inherit !important;}

#contact_form_header  {
	width: 100%;
	height: auto;
	background: #fefeff;
	background: -moz-linear-gradient(top,  #fefeff 0%, #e7f2f8 100%);
	background: -webkit-linear-gradient(top,  #fefeff 0%,#e7f2f8 100%);
	background: linear-gradient(to bottom,  #fefeff 0%,#e7f2f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e7f2f8',GradientType=0 );
	/*background: #3295e6;
	background: -moz-linear-gradient(left, #3295e6 0%, #37d1c9 100%);
	background: -webkit-linear-gradient(left, #3295e6 0%,#37d1c9 100%);
	background: linear-gradient(to right, #3295e6 0%,#37d1c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3295e6', endColorstr='#37d1c9',GradientType=1 );*/
	color: #435F80;
	padding: 14px 20px;
	text-align: right;
	margin-bottom: 20px;
}

#contact_form_header_title  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 3px;
}

#contact_form_header_subtitle  {
	width: 100%;
	height: auto;
	font-size: 16px;
}

.contact_form_item  {
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin-bottom: 20px;
}

.contact_form_item_label  {
	width: 100%;
	height: auto;
	color: #435F80;
	padding-bottom: 3px;
	font-weight: 500;
}

.contact_form_item_input_container  {
	width: 100%;
	height: auto;
}

.contact_form_item_input_container input[type="text"]  {
	margin: 0;
	padding: 4px 8px;
}

.contact_issue  {
	width: 100%;
	height: 120px;
	padding: 8px;
	border: 1px solid #BEBDBB;
}

.contact_form_submit_container  {
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin-bottom: 20px;
}

.contact_form_submit  {
	width: 100%;
	height: auto;
	background-color: #008ABE;
	border: none;
	border-radius: 0px;
	color: #FFFFFF;
	line-height: 38px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.contact_form_submit:hover  {background-color: #004677;}