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

* { margin: 0; padding: 0; }
html { height: 101%; }
body { background: #ffffff; font-size: 14px; padding-bottom: 45px; }

h1 { line-height:1.4em; font-size: 24px; margin-bottom:8px; }
h2 { line-height:1.2em; font-size: 20px; }
p { line-height:1.2em; margin-bottom:24px; }

a { color:#42241b; font-size:16px; text-decoration:none; }
a:hover { color:#000; text-decoration:underline;  }

.wrapper {

	max-width:700px;
}

input, textarea {
	padding:8px;
	border: 1px solid #E5E5E5;
	width: 300px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	width: 100%;
	height: 150px;
	max-width: 600px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

#contact_form { 
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#ffffff;
	padding:45px;
	
}


#ff label { 
	cursor:pointer;
	margin:8px 0;
	color:#000;
	display:block;
	font-weight:400;
	
}

input { 
	display:block;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#ffffff;
	padding:10px;
	margin-bottom:45px;
}

.sendButton {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:1px solid #eeb44f;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	width:25%;
	font-weight:bold;
	text-shadow:1px 1px 0px #cc9f52;
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
.contactpara{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	color: #000000;
	
}
.phone{
	font-family:Arial;
	font-size:16px;
	margin-top:10px;
	font-weight:500;
	color: #000000;
	
}
.successpara{
	font-family:Arial;
	width:95%;
	margin-top: 60px;
	font-size:16px;
	font-weight:400;
	color: #000000;
	
}
/* Created by ftutorials.com */