.b1c-bg {

	display: none;

	z-index: 2000;

	opacity: 0.7 !important;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	position: absolute;

	background: #333;

}

.b1c-submit {

	display: block;

	margin: 0 auto;
	
	    color: #fff !important;
    width: 220px !important;
    margin: 0 auto !important;
    box-shadow: 0 1px 6px rgba(0,0,0,.5) !important;
    cursor: pointer !important;
    height: 40px !important;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #000 !important;
    border: 1px solid #5b539d !important;
	    background: linear-gradient(to bottom, #9a83d4 0%,#6f5f95 6%,#353e81 100%) !important;
transition: 0s linear all !important;
}

.b1c-submit:hover { opacity: .80;  transition: 

-webkit-transition: 0s linear all !important;

-moz-transition: 0s linear all !important;

-o-transition: 0s linear all !important;

transition: 0s linear all !important;}

.b1c-opct {	

	 

}

.b1c-opct:hover {

	opacity: 0.8;

}



 

#b1c-request { 

	margin: 15px 0 0 0; 

}

div.b1c-close {

	float: right;

	padding: 12px 10px;

	background: #eee !important;
	
		    border-bottom: 1px solid #dedede;


	overflow: hidden;

}

img.b1c-close {

	/*background: url(close.png) no-repeat;*/
	
	background: none !important;

	text-decoration: none;

	width: 31px;

	height: 31px;

	margin: 1px 5px 0;

	cursor: pointer;

	box-shadow: none !important;

	float: right;

	cursor: pointer;

}

.b1c-submit-area {

	border-top: 1px solid #dedede;

	background: #eee;

     padding-top: 12px;
		
	margin-top: 8px;

	position: relative;

}

.b1c-form {

	display: none;

	text-align: left;

	height: auto;

	position: absolute;

	margin: 0 auto;

	background: #fff;

	width: 450px;

	z-index: 2000;

	border-radius: 30px;

	/*box-shadow: 0 0 50px #444;*/
	max-width: 320px;

}

.b1c-tl {

	overflow: hidden;

	border-radius: 2px 2px 0 0;

	background: #eee !important;
	
	    border-bottom: 1px solid #dedede;
    

	color: #fff;

	text-shadow: none !important;
	font-size: 13px;

	font-family: arial;

	margin: 0;

}

.b1c-title-name { 

	padding: 12px 0 10px 3%;

	display: block;

}

.b1c-checkbox {

	margin: 4px 10px 10px;

}

.b1c-caption {

font-family: arial;

	margin: 4px 10px 0;

}

.b1c-description {

font-family: arial;

	margin: 8px 10px 10px;

}

.b1c-form select {

	background: #fff;

	padding: 4px 3px 3px 9px;

	margin: 5px 10px 10px;

	font-size: 12px;

	font-family: arial;

	border: 1px solid #ccd1da;

	border-radius: 3px;

	outline-style: none;

}

.b1c-txt {

	background: #F3F0EB;

	border: 1px solid #ccd1da;

	border-radius: 2px;

	width: 100%;

	color: #4b5362;

	font-size: 13px;

	font-family: arial;

 
	margin: 2px 1px 5px;

	resize: none;
	
	    width: 394px !important;
    height: 19px;
	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px inset !important;
	
	padding:8px !important;
	
	max-width: 300px;

    min-width: auto;
}

.b1c-txt.b1c-txt-err {

	border: 1px solid #ffadad !important;

	background: #ffebeb !important;

}

.b1c-cr {

	margin: 0px 0 0 0;

	position: absolute;

	right: 0px;

	font-size:0px !important;

	font-family: arial;

}

.b1c-cr, .b1c-cr * {

	font-size: 0px !important;

	font-family: arial;

	color: #eee !important;	

}

/* RESULTS */

.b1c-result {

	padding: 5px 10px;

}

.b1c-result div {

	text-align: center;

	font-weight: 700;

	font-family: arial;

	padding: 8px 10px;

	margin: 5px 0 5px;

	border-top: 1px solid #ccc;

	color: #555;

}

.b1c-result .b1c-ok {

	border: 1px solid #070;

	border-radius: 5px;

	color: BLACK;

	background: #00FF00;

}

.b1c-result .b1c-err {

	border-top: 1px solid #ffadad;

	color: darkred;

	background: #ffebeb;

}

.b1c-result .b1c-send {

	background: #efefef url(loading.gif) 10px no-repeat;

}
.b1c-form .b1c-txt{
	width: 100% !important;
	max-width: calc(100% - 20px) !important;
    box-sizing: border-box;
margin-left: 10px;
margin-right: 10px;
height: 34px !important
}