form.formular, .validationEngineContainer {
	/*font-family: tahoma, verdana, "sans-serif";*/
	/*font-size: 12px;*/
	padding: 5px;
	border: 0px none #A5A8B8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #525252;
	font-weight: normal;
	
}
.formular fieldset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #B5B8C8;
	/*new*/-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input,.formular select,.formular textarea {
	font-family: "Open Sans";
	font-size: 16px;
	display: block;  /* this breaks relative positioning */
	/*margin-bottom: 5px;*/
	width: 100%;
	border: 1px solid #B5B8C8;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	padding: 6px;
	background: rgba(255,250,235,0.5);
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	/*new*/-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formular .text-input {
	font-family: "Open Sans";
	font-size: 16px;
	width: 100%;
	color: #555;
	/*padding: 4px;*/
	border: 1px solid #B5B8C8;
	font-size: 14px;
	/*margin-top: 4px;*/
	/*background: #FFF repeat-x;*/
	font-family: "Open Sans";
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	/*
	    border: 5px solid white; */
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	padding: 6px;
	background: rgba(255,250,235,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	/*new*/-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formular textarea {
	font-family: "Open Sans";
	font-size: 16px;
	width: 100%;
	height: 100px;
	color: #555;
	/*padding: 4px;*/
	border: 1px solid #B5B8C8;
	font-size: 14px;
	/*margin-top: 4px;
	background: #FFF repeat-x;*/
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;*/
	/*
	    border: 5px solid white; */
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	padding: 10px;
	background: rgba(255,250,235,0.5);
	/*new*/-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 20px;
}

.formular span.checkbox, .formular .checkbox, .formular .radio {
	display: inline;
}

.formular .submit {
	font-family: "Open Sans";
	font-size: 16px;
	width:auto;
	/*	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
 


	margin-top: 0px;
	
	text-decoration: none;*/
	cursor: pointer;
	/* background: #ffb606; */
    background: #ff7c06;
	color: #FFFFFF;
	line-height: 20px;
	display: inline-block;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .28px;
	position: relative;
	z-index: 2;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 0px solid #ffb606;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
    /* color: #FF9900 !important
	/*border:1px solid #15aeec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	
	color: #FFFFFF;
	

    background-image: linear-gradient(top, #ff0000 0%, #6d0303 100%);
    background-image: -o-linear-gradient(top, #ff0000 0%, #36d0303 100%);
    background-image: -moz-linear-gradient(top, #ff0000 0%, #36d0303 100%);
    background-image: -webkit-linear-gradient(top, #ff0000 0%, #6d0303 100%);
    background-image: -ms-linear-gradient(top, #ff0000 0%, #36d0303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#6d0303',GradientType=0); */



	
}


.formular .submit:hover{
font-family: "Open Sans";
	font-size: 16px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	
	margin-top: 0px;

	text-decoration: none;
	cursor: pointer;
	/*border:1px solid #15aeec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/

	
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	
	color: #FFFFFF;
/*border:1px solid #354B5E;*/


 background: #006600 !important;;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#354B5E', endColorstr='#97b2c7',GradientType=0); */

	
}


.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.formular input[data-prompt-position="inline"] {
	display: inline;
}

.footnote {
	font-size: 11px;
	color: #666;
	font-style: italic;
}

.prompt-target {
	border: 1px dotted #666;
	min-height: 21px;
}

.inline-prompts label>span{
	display: inline-block;
	width: 250px;
}

.inline-prompts .text-input+.formError{
	margin-left: 10px;
}

.prompt-summary .inline {
	display: block;
}
.1ipp{
	padding-bottom: 35px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 619px) {
.formular input,.formular select,.formular textarea {width: 100%;
}
.formular textarea {
	width: 100%;}
.formular .text-input {


	width: 100%;}

}
