@charset "utf-8";
/* CSS Document */

#contact_form h1 { line-height:1.4em; font-size: 12px; margin-bottom:2px; }
#contact_form h2 { line-height:1.2em; font-size: 11px; }
#contact_form p { line-height:1.2em; margin-bottom:10px; }

#contact_form a { color:#42241b; font-size:9px; text-decoration:none; }
#contact_form a:hover { color:#000; text-decoration:underline;  }

.wrapper {
	margin-right: auto;
	margin-left: auto;
}

#contact_form { 

	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;

	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	
}


#contactus label { 
	cursor:pointer;
	margin:4px 0;
	color:#000;
	display:block;	
}

input, textarea { 
	display:block;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    background-color:#205065;
	color:#fff;
	border:1px solid #91aabc;
	padding:5px;
	margin-bottom:10px;
}

.sendButton {
	cursor:pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #205065), color-stop(1, #91aabc) );
	background:-moz-linear-gradient( center top, #205065 5%, #91aabc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#205065;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #205065;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	width:100%;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #205065), color-stop(1, #91aabc) );
	background:-moz-linear-gradient( center top, #91aabc 5%, #205065 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91aabc', endColorstr='#205065');
	background-color:#205065;
}

/* Created by ftutorials.com */