@charset "UTF-8";
/* CSS Document */

/***************************/
/* Contact Form ************************************************/
/***************************/
fieldset {border:0;}
.Contact-Form {width: 60%; margin:10% auto 10% auto; border:0; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; }

label { font-size: 1.1em; color: #006AB3; display:inline-block;}

input, textarea {
	width: 94%; padding: 3% 3% 2% 3%;  display:block; margin: 15px auto; 
	background: #F0F4F6;
	background: -moz-linear-gradient(top, #C8D3D9 0%, #F0F4F6 20%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8D3D9), color-stop(20%,#F0F4F6));
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 0; 
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2; box-shadow: 0px 1px 0px #f2f2f2;
	font-size: 1.0em; line-height:1.3em; color: #000;
}

textarea { height: 66px; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;}

input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder { color: #AEBCC5; }

input:focus, textarea:focus { 
    background: #f1972f;
	background: -moz-linear-gradient(top, #B0DFF5 0%, #D5EDFA 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B0DFF5), color-stop(20%,#D5EDFA));
	color: #004A8D; }

/*select {font-size: 14px; margin-top:12px;}*/

input[type=submit] {
	width: 100%; padding: 3%; display:block; margin: 10px auto; 
	background:#00B1EB; border: 2px solid #00B1EB;	cursor: pointer;
	color: #FFF; font-weight:bold; font-size: 18px;
}

input[type=submit]:hover {border: 2px solid #76B82A; background:#76B82A;}

.FormCaptcha { position: relative; display:block; height: 95px; margin: 10px auto;  /*left: 105px;*/}

label {font-size: 21px;}
select { margin: 7px 0 15px 0; line-height:2.0em; font-size: 1.2em; padding:15px 5px; width:100%; }

.Contact-Form-confirm {font-size: 21px; color:#76B82A; text-align:center;}


