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

.form-container {
	border: 5px solid #f2e3d2;
	background: #c9b7a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2e3d2), to(#c9b7a2));
	background: -webkit-linear-gradient(top, #f2e3d2, #c9b7a2);
	background: -moz-linear-gradient(top, #f2e3d2, #c9b7a2);
	background: -ms-linear-gradient(top, #f2e3d2, #c9b7a2);
	background: -o-linear-gradient(top, #f2e3d2, #c9b7a2);
	background-image: -ms-linear-gradient(top, #f2e3d2 0%, #c9b7a2 100%);
	-webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	-moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	text-decoration: none;
	min-width: 350px;
	padding: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
   }
.form-field {
	border: 0px solid #c9b7a2;
	background: #e4d5c3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #333333;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
	padding: 8px;
	margin-bottom: 20px;
	width: 300px;
   }
.form-field:focus {
	background: #fff;
	color: #725129;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
	margin-bottom: 10px;
	color: #725129;
	text-shadow: #fdf2e4 0 1px 0;
	width: 180px;
	float: left;
   }
.submit-container {
	margin: 8px 0;
	text-align: left;
   }
.submit-button {
   border: 1px solid #141d73;
   background: #5790e6;
   background: -webkit-gradient(linear, left top, left bottom, from(#085294), to(#5790e6));
   background: -webkit-linear-gradient(top, #085294, #5790e6);
   background: -moz-linear-gradient(top, #085294, #5790e6);
   background: -ms-linear-gradient(top, #085294, #5790e6);
   background: -o-linear-gradient(top, #085294, #5790e6);
   background-image: -ms-linear-gradient(top, #085294 0%, #5790e6 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #141d73;
   text-shadow: #0066ff 0 1px 0;
   background: #5790e6;
   background: -webkit-gradient(linear, left top, left bottom, from(#085394), to(#5790e6));
   background: -webkit-linear-gradient(top, #085394, #5790e6);
   background: -moz-linear-gradient(top, #085394, #5790e6);
   background: -ms-linear-gradient(top, #085394, #5790e6);
   background: -o-linear-gradient(top, #085394, #5790e6);
   background-image: -ms-linear-gradient(top, #085394 0%, #5790e6 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#5790e6));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }
.contact_titile {
	height: 50px;
	width: 100%;
	margin-bottom: 7px;
	background-color: #CC0000;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.thnaks {
	height: 300px;
	width: 100%;
	line-height: 1.5em;
	padding-top: 30px;
	padding-left: 20px;
}
hr {
	margin-bottom: 20px;
}
