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

#map_container{position:relative;}
#map_container h1{position:relative; top:-200px; width:100%; background:rgba(255,255,255,0.5);}

.formrow {
  display: block;
}

.select {
	background: #fff;
	padding: 10px;
	cursor: text;
	display: inline-block;
	width: 47.4%; border:thin
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 1%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;	
	border-color:#CCCCCC;
	float:left;
	
	
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;	
	
	}








#form_container{ width:100%; height:auto; padding:20px; float:left; border:1px solid #CCCCCC; border-radius:5px; margin:50px 0;}
#form_container h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}
#form_container p{
	margin-bottom:15px;
}
#form_container p:first-child{
	margin: 0px;
}
#form_container label{
	color: rgb(64, 92, 96);
	position: relative;
	display:block;
	float:left;
	text-align:left;
	width:50%;
	height:30px;
	line-height:30px;
	margin-top:20px;
}
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
#form_container input:not([type="checkbox"]), #form_container  textarea{
	width: 43%;
	margin: 5px 1%;
	padding: 10px 5px 10px 32px;	
	position:relative;
	height:30px;
	float:left;
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#form_container  textarea{ height:100px; width:92.3%; resize:none}
#form_container input:not([type="checkbox"]):active,
#form_container input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
} 

/*styling both submit buttons */
#form_container p.button input{
	width: 95.4%;
	cursor: pointer;	
	background: rgb(226, 20, 20);
	padding: 3px 5px 8px 5px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#form_container p.button input:hover{
	background: rgb(179, 0, 0);
}



#form_container p.button input:active,
#form_container p.button input:focus{
	background: rgb(179, 0, 0);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}


.lt8 #form_container input{
	padding: 10px 5px 10px 32px;
    width: 92%; 
}
.lt8 #form_container input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #form_container h1{
	color: #066A75;
}

.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}


@media only screen and (min-width:750px) and (max-width:960px) 
{
	#form_container input:not([type="checkbox"]){
	width: 95%;}
	
#form_container textarea{width:95%;}
#form_container p.button input{	width: 98.5%;	}
	.select{width:100%;}
	
	
}




@media only screen and (min-width:720px) and (max-width:749px){
	#form_container input:not([type="checkbox"]){
	width: 95%;}
	
#form_container textarea{width:90%;}
#form_container p.button input{	width: 98.5%;	}
	.select{width:100%;}

}


@media only screen and (min-width:480px) and (max-width:720px)
{
	#form_container input:not([type="checkbox"]){
	width: 90%;}

	.select{width:95%;}
	
}





@media only screen and (min-width:0px) and (max-width:480px)
{
	#form_container input:not([type="checkbox"]){
	width: 90%;}
#form_container textarea{width:89%;}
	.select{width:100%;}
	#form_container label{width:90%;}
	
}






































