form#contactform textarea {
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	height: 80px;
}
/*
By Joe Pettersson @ http://www.joepettersson.com/accessible-php-and-jquery-contact-form/
Based on a design by Orman Clark @ http://www.premiumpixels.com/clean-simple-signup-form-psd/
*/

/***** Global Elements *****/
html, body { border:0; margin:0; padding:0; }
body {
	font: 12px Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}

a, a:link, a:visited { text-decoration:underline;}
a:hover {text-decoration: none;}

/***** Demo Elements} *****/
#back {display: block; margin: 15px 0px; color: #005555; font-size: 11px;}

/***** Contact Form Elements *****/
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear {
	display: inline-block;
}
html[xmlns] .clear { display: block;}
* html .clear { height: 1%;}

#contactWrapper {
	width: 94%;
	border: 1px none #cfdede;
	padding: 3%;
	margin: 0px;
	height: auto;
}
#contactWrapper h1 {
	font-size: 11px;
	margin: -33px 0px 30px;
	padding: 5px 0px 0px 15px;
	font-size: 12px;
	text-transform: uppercase;
	width: 138px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	background-repeat: no-repeat;
}
#contactWrapper label { display:block; float:none; font-size:12px; width:auto; font-weight: bold; margin-bottom: 7px; color: #333333;}
#contactWrapper label.error {
	display: block;
	float: none;
	font-size: 12px;
	width: auto;
	font-weight: normal;
	margin-bottom: 0px;
	color: #bb3737;
	background: #fad6d6;
	border: 1px none #bb3737;
	margin-top: 5px;
	padding: 0px;
}
#contactWrapper em { color: #01b3b3;}
#contactWrapper .stage {
	margin-bottom: 12px;
}
#contactWrapper .requiredNote { margin: 20px 0px 20px; color: #333; font-weight: bold;}
#contactWrapper .success {
	background: #f0ffc1;
	margin-bottom: 15px;
	color: #000000;
	width: 80%;
	padding: 1%;
}
#contactWrapper .success p { margin: 0px;}

form#contactform input, form#contactform textarea {
	border: 1px none #cfdede;
	font-size: 12px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 1%;
}
form#contactform input:focus, form#contactform textarea:focus {
	outline: none;
	border: 1px none #649d9d;
}

.button {
	display: block;
	width: 40%!important;
	height: 30px;
	border: 0px!important;
	padding: 0px!important;
	background-color: #66778e!important;
	color: #FFF!important;
	float: right;
	clear: none;
	margin-left: 4%;
	margin-right: 0px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	}
.buttwrap {
	height: 34px;
	width: 80%;
	text-align: right;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.button:hover {
	background-color: #66778e!important;
}
.button:active {
	background-color: #66778e!important;
}
