/*----------------
DON'T USE THESE STYLES IN FINAL
-------------------*/

body {
	background:#F0EEEE;
	font:95%/1.4 'Tahoma',sans-serif;
}

.box {
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	background:#06466B;
	height:90px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
	padding:50px 60px 0 60px;
	display:block;
	margin:0 auto;
}

/*----------------
TEMPLATE STYLES 

COPY ALL CODE BELOW THIS LINE
------------------*/

/* SecureForm Default CSS Style File */
/* For SecureForm Form Builder */


/* for IE<9 HTML5 compatibility */
nav, article, header, footer {
   display: block;
	}
	
	
/* ********************************* */
/* BEGIN FORM VALIDATION CSS */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }


.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
	
/* END FORM VALIDATION CSS */
/* ********************************* */

/* ********************************* */
/* Ink Signatures */

.x_inksig {
	border: 1px inset #CCC;
	border-radius:5px;		
	}


/* End Ink Signatures */
/* ********************************* */

/* SECUREFORM DEFAULT CSS */

/* Do not edit the contents of this block, it will */
/* be auto-regenerated each time you update your form */

body {
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

td, th, p, li, blockquote, a, dt, dd {
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6,h7 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
	}

.x_getgeo {
   border: 1px solid #CCC;
   background-color: #EEE;
   border-radius:5px;
   padding:2px;
   }	
/* SECUREFORM DEFAULT CSS */

















































































































/*----------------
TEMPLATE STYLES 
------------------*/

.container {
	width:70%;
	margin:0 auto;
	background:#fff;
	padding:15px;
}

#form {
	font-family:'Arial', sans-serif;
	font-weight:400;
	color: #231f20;
}
#form .image {
	float:right;
	margin-left:20px;
}

#form img {max-width:100%;}
#form .clear {
	clear:both;
}
#form .center {
	text-align:center;
}

#form hr {
	width:100%;
	margin-bottom:20px;
	background:#eee;
	padding:0;
	border:0;
	height:2px;
	clear:both;
}

/*TYPOGRAPHY*/
#form h1, #form h2, #form h3 {
	padding:0;
	margin:0;
	font-weight:600;
	color:#06466b;
}

#form h1 {margin-bottom:10px;line-height:1.2em;}

#form h3 {margin-bottom:15px;}

#form h2 {
	border-bottom:2px solid #45ab47;
	margin-bottom:20px;
}
#form p {
	margin:0;
	padding:0 0 20px 0;
}
#form small {
	font-style:italic;
}

/*GRID */
#form .column {
	float:left;
	margin:0 1%;
}

#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:64.66%;}
#form .onethird {width:31.3%;}

#form .insidecol {
	float:left;
	width:49%;
	margin-right:1%;
}

/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	outline:1px solid #b9b9b9;
	border:0;
}

#form textarea {
	width:96%;
	resize:none;
	padding:10px 2%;
	font:95%/1.4 'Tahoma',sans-serif;
	border:0;
	outline:1px solid #b9b9b9;
}

#form>.half input:not([type=submit]):not([type=checkbox]):not([type=radio]), #form>.half textarea {
	width:96%;
	padding:10px 2%;
}

#form>.full input:not([type=submit]):not([type=checkbox]):not([type=radio]), #form>.full textarea {
	width:98%;
	padding:10px 1%;
}

#form>.onethird input:not([type=submit]):not([type=checkbox]):not([type=radio]), #form>.onethird textarea {
	width:94%;
	padding:10px 3%;
}

#form>.twothird input:not([type=submit]):not([type=checkbox]):not([type=radio]), #form>.twothird textarea {
	width:98%;
	padding:10px 1%;
}

#form input[type=radio] {
	margin-bottom:5px;
}

#form select {
	width:100%;
	padding:9px 2%;
	border:0;
	outline:1px solid #b9b9b9;
}

#form input:focus:not([type=radio]), #form textarea:focus, #form select:focus {
	outline:1px solid #45AB47 !important;
	background:#fffee1;
}

#form input[type=submit], a.button {
	background:#45AB47;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:0;
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	padding:10px 30px;
	cursor:pointer;
        text-decoration:none;
}

#form input[type=submit]:hover, a.button:hover {
	background:#299029;
}

/*MEDIA QUERIES */



@media (max-width:1100px) {

	.container {width:95%;}
	#form .image {
		float:none;
		margin-left:0;
		display:block;
		margin:0 auto;
	}
}

@media (max-width:780px) {
	#form .column {
		float:none;
		margin:0;
	}
	#form .full, #form .half, #form .twothird, #form .onethird {
		width:100%;margin:0;
	}

}

@media print {
	#form .column {
		float:left;
		margin:0 1%;
	}

	#form .full {width:98%;margin:0 1%;}
	#form .half {width:48%;}
	#form .twothird {width:64.66%;}
	#form .onethird {width:31.3%;}

	#form p {font-size:0.9em !important;}
	
	#form .insidecol {
		float:none;
		width:100%;
		margin-right:0;
	}
	#form .image {display:none;}
}

@media (max-width:460px) {
	#form .insidecol {
	float:none;
	width:100%;
	margin-right:0;
}
}