 
form.formular, .validationEngineContainer {
	/*font-family: tahoma, verdana, "sans-serif";*/
	/*font-size: 12px;*/
	padding: 5px;
	border: 0px none #A5A8B8;
	font-family:"Gill Sans MT";
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #006699;
	font-size: 16px;
	/*font-weight: bold;*/
}
.formular fieldset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #B5B8C8;
}

.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: tahoma, verdana, "sans-serif";
	font-size: 14px;
	display: block;  /* this breaks relative positioning */
	/*margin-bottom: 5px;*/
	width: 90%;
	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;*/
	padding-top:10px;
	padding-bottom:10px;
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	
}

.formular .text-input {
	width: 90%;
	color: #555;
	/*padding: 4px;*/
	border: 1px solid #B5B8C8;
	font-size: 14px;
	/*margin-top: 4px;*/
	/*background: #FFF repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	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;*/
	padding-top:10px;
	padding-bottom:10px;
	background: rgba(255,255,255,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.formular textarea {
	width: 90%;
/*	height: 70px;*/
	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;*/
  padding-top:10px;
	padding-bottom:10px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox, .formular .radio {
	display: inline;
}

.formular .submit {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border: 5px solid #AAA;*/
	/*padding: 4px;*/
	margin-top: 0px;
	/*float: right;*/
	text-decoration: none;
	cursor: pointer;
	border:1px solid #15aeec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #49c0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
	background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
	
	
}


.formular .submit:hover{
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border: 5px solid #AAA;*/
	/*padding: 4px;*/
	margin-top: 0px;
	/*float: right;*/
	text-decoration: none;
	cursor: pointer;
	border:1px solid #15aeec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);

	
}


.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 .text-input   { width:100%;}
   .formular textarea
   { width:100%;} }
   @media only screen and (min-width: 620px) and (max-width: 767px){
      .formular input,.formular select,.formular textarea   { width:100%;}
   .formular .text-input   { width:100%;}
   .formular textarea
   { width:100%;} }
