/* Stylesheet / CSS */
/*
Name: Slick contact form
Version: 1.0
Author: Oussama Afellad
Author URI: http://www.premiumfreebies.eu
*/



body, div, h1,h2, form, fieldset, input, textarea, footer,p {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
body {
	/* [disabled]background: #ccc url('images/bg_out.png'); */
	/* [disabled]color: #FFF; */
	font-family: Calibri;
	font-weight: normal;
	font-size: x-large;
	border: none;
}
p {
	/* [disabled]text-shadow:0 1px 0 #fff; */
	font-size:21px;
	border: none;
}
#wrap {
	/* [disabled]width:700px; */
	margin:20px auto 0;
	height:400px;
	border: none;
}
h1 {
	/* [disabled]margin-bottom:-150px; */
	/* [disabled]text-align:center; */
	/* [disabled]font-size:48px; */
	/* [disabled]text-shadow:0 1px 0 #ede8d9; */
	border: none;
}




	#form_wrap.hide:after, #form_wrap.hide:before {
	/* [disabled]display:none; */
	border: none;
}


	form {
	position:relative;
	/* [disabled]top:200px; */
	overflow:hidden;
	height:2000px;
	width:650px;
	/* [disabled]margin:0px auto; */
	/* [disabled]padding:20px; */
	border-radius: 3px;
	/*-webkit-border-radius: 3px;
	box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
	-moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
	-webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;*/
	/* [disabled]text-align: left; */
	padding-top: 70px;
	border: none;
}


		#form_wrap form {
	height:600px;
	border: none;
}
		label {
	margin: 11px 20px 0 0;
	font-size: 18px;
	color: ##B3B3B3;
	text-transform: uppercase;
	/* [disabled]text-shadow: 0px 1px 0px #fff; */
	border: none;
	font-family: Calibri;
		}

		input[type=text]{
	font: interstatelightregular;
	color: #FFF;
	background:none;
	width: 630px;
	height: 36px;
	padding: 0px 10px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 1px #726959;
	-webkit-box-shadow:  inset 0px 0px 1px #b3a895;
	box-shadow:  inset 0px 0px 1px #b3a895;
	background-color: #113E4C;
	font-size: 20px;
	border: none;
		}
		input[type=text]:focus {
	color: #0E3545;
	background-color: #FFF;
	font-family: interstatelightregular;
	/* [disabled]font-style: normal; */
	font-size: 20px;
}	

		textarea {
	padding-top:14px;
	background-color: #113E4C;
	font-family: interstatelightregular;
	font-size: 16px;
	color: #FFF;
	background:none;
	height: 80px;
	width: 630px;
	padding: 10px 10px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 1px #726959;
	-webkit-box-shadow:  inset 0px 0px 1px #b3a895;
	box-shadow:  inset 0px 0px 1px #b3a895;
	background-color: #113E4C;
	border: none;
}

		textarea:focus {
	color: #0E3545;
	background-color: #FFF;
	font-family: interstatelightregular;
	/* [disabled]font-style: normal; */
	font-size: 16px;
	padding: 10px 10px;
}

		#form_wrap input[type=submit] {
	position:relative;
	font-family: Calibri;
	font-size:24px;
	color: #B3B3B3;
	/* [disabled]text-shadow:0 1px 0 #fff; */
	width:100%;
	text-align:center;
	/* [disabled]opacity:1; */
	background:none;
	cursor: pointer;
	/* [disabled]-moz-border-radius: 3px; */
	-webkit-border-radius: 3px;
	border-radius: 3px;
		}

			#form_wrap input:hover[type=submit] {
	color:#FFF;
}
