*{
    outline: none;
}

.captainform_popup_bg_form{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: url(../images/black-50.png);
	display: none;
	z-index: 9999990;
	/*background-color: rgba(241, 241, 241,0.9);*/
}

.captainform_popup_box_form{
	display: block;
/*	overflow: hidden;*/
	position: absolute;
	width: 500px;
	height: 250px;
	max-height: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	font-family: Arial;
	font-size: 14px;
	background: white;
/*	border: solid 0px #868686;*/
	border-radius: 4px;
border: none!important;
	padding: 8px!important;
	padding-bottom: 8px!important;
	display: none;

}

.captainform_loader_form{
	display: block;
	overflow: hidden;
	position: absolute;
	width: 128px;
	height: 128px;
	box-sizing: border-box;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	background: transparent url('../images/ring.svg') no-repeat center center;
	/*background-size: 128px auto;*/	
}

.captainform_popup_body_form{
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: 1000px;
	background: white;
	padding: 0!important;
	margin: 0!important;
	line-height: normal!important;
	/*-webkit-overflow-scrolling: touch;*/
}

.captainform_popup_close_form{
	position: absolute;
	box-sizing: border-box;
	right: -22px;
	top: -22px;
	width: 28px!important;
	height: 28px!important;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(../images/icon-alert-close.png);
	border-radius: 50%;
	cursor: pointer;
	background-color: #313131;
	border: solid 2px white;
	overflow: hidden;
/*	display: none;*/
}

.close_cnt{
	display: block!important;
	box-sizing: border-box;
	overflow: visible!important;
	position: relative!important;
	height: 0px!important;
	padding: 0!important;
	margin: 0!important;
	width: 100%;
}

.popup_iframe_form{
	width:100%; 
	overflow: hidden;
	border:none;
	margin: 0!important;
	padding: 0!important;
	box-sizing: border-box;
	/*background: #EFEFEF;*/
}


