body
{
color: #333;
font-size: 14px;
font-family: "Open Sans",sans-serif !important;
margin:0px;
padding:0px;
}
.error_input_fields
{
	border-color: #b91517 !important;
    border-width: 3px !important;
}
.success_input_fields
{
	border-color: #4a8920 !important;
    border-width: 3px !important;
}

#form_popup_wrap
{
	width:100%;
	float:left;
	height:auto;
	
}

.popup_title_bar_wrap
{
	width:100%;
	margin-bottom:15px;
	
}
.popup_bar_main_title
{
	padding:20px;
 text-align: center;
  font-size: 33px;
  padding-bottom:0px;
  padding-top:20px; font-weight:700;
}
.popup_bar_sub_title
{
	margin-top:10px;
    text-align: center;
	font-size: 25px;
	font-weight:900;
	padding:0px 20px;
	
}
.middle_popup_form_wrap
{
	background-color: rgb(235, 235, 235);
    border-color: rgba(47, 47, 47, 0.22);
	border-style: solid;
    border-width: 2px;
	border-left: medium none !important;
    border-right: medium none !important;
	width:100%;
}
.middle_popup_form_inner_wrap
{
	padding:5px 68px;
}
.input_fields_main_wrap
{
width:100%;
text-align:center
}
.middle_popup_form_inner_wrap .input_field_wrap
{
	width:100%;
	text-align:center;
}
.middle_popup_form_inner_wrap .input_field_wrap input
{
	border-width: 3px;
	background-repeat: no-repeat;
	background-position: 96% center;
	border-radius: 5px;
	text-align: left;
	width:89%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	color:inherit;
	font-size: 14px;
    height: 25px;
    margin-top: 5px;
    padding: 5px 25px;
	
}
.middle_popup_form_inner_wrap .input_field_wrap textarea
{
	border-width: 3px;
	background-repeat: no-repeat;
	background-position: 96% center;
	border-radius: 5px;
	text-align: left;
	width:89%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	color:inherit;
	font-size: 14px;
    height: 80px;
    margin-top: 5px;
    padding: 5px 25px;
	
}
.middle_popup_form_inner_wrap .input_field_wrap select
{
	border-width: 3px;
	background-repeat: no-repeat;
	background-position: 96% center;
	border-radius: 5px;
	text-align: left;
	width:100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
	color:inherit;
	font-size: 14px;
    height: 36px;
    margin-top: 5px;
    padding: 5px 25px;
	color:#5e5e5e;
	
}

.middle_popup_form_inner_wrap .input_field_wrap input:focus
{
	border-color:#42b0e2;
}
.middle_popup_form_inner_wrap .input_field_wrap textarea:focus
{
	border-color:#42b0e2;
}
.middle_popup_form_inner_wrap .input_field_wrap select:focus
{
	border-color:#42b0e2;
}
.submit_button_wrap
{
	 margin-top: 10px;
	  text-align: center;
	  margin-bottom:20px
}
.submit_button_wrap input
{
	background-color: #3676BA;
    color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset;
	display: block;
    text-align: center;
    width:93%;
	border-radius: 5px;
    font-size: 20px;
    padding: 5px 55px;
	 margin-left: auto;
    margin-right: auto;
	text-decoration: none;
	font-weight:normal;
	cursor:pointer;
	
}
.submit_button_wrap input:hover
{
	background-color: #6890BB;
}
.bottom_headline
{
	margin-top: 12px;
	display: block;
	color: rgba(47, 47, 47, 0.71);
    text-align: center;
	font-size: 14px;
	margin-bottom:20px;
}
.popup_form_bottom_block
{
	width:100%;
	padding:20px 0px;
	text-align:center;
	
}
.popup_form_bottom_block_content
{
	width:100%;
	text-align:center;
  font-size: 18px;
	
}
.popup_form_bottom_block_content b
{
		font-weight:bolder;
	 color: rgba(47, 47, 47, 0.882);

}
.disable_anchor_links
{
	 cursor: default !important;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    background-color: #E6E6E6;
}

#popup_with_form
{
	width:100%;
	float:left;
	height:auto;
}
@media(max-width: 550px)
{
	#popup_with_form
	{
		width:100%;
	}
	.middle_popup_form_inner_wrap
	{
		padding:5px 10px;
	}
	.submit_button_wrap input
	{
		width:77%;
		font-size:12px;
	}
}
@media(max-width: 450px)
{
	.middle_popup_form_inner_wrap .input_field_wrap input
	{
		width:75%;
	}
	.middle_popup_form_inner_wrap .input_field_wrap textarea
	{
		width:75%;
	}
	.middle_popup_form_inner_wrap .input_field_wrap select
	{
		width:90%;
	}
	.submit_button_wrap input
	{
		width:65%;
		font-size:12px;
	}
}	
@media(max-width: 350px)
{
	.popup_bar_main_title
	{
	
	  font-size: 21px;
	 
	}
	.middle_popup_form_inner_wrap .input_field_wrap input
	{
		font-size:12px;
	}
	.middle_popup_form_inner_wrap .input_field_wrap textarea
	{
		font-size:13px;
	}
	.middle_popup_form_inner_wrap .input_field_wrap select
	{
		font-size:13px;
	}
	.submit_button_wrap input
	{
		width:88%;
		font-weight:100;
		padding:5px;
		font-size:12px;
	}
}
