/*Contactform III default styling*/
#contactform {
	padding:2px;
	margin:5px 0px;
	overflow: hidden;
	line-height:1em;
}
#contactform fieldset {
	border:none;
}

#contactform input, #contactform textarea {
	display:block;
	margin:2px 0px 5px;
	padding:2px;
}
#contactform input {
	width:60%;
	border: 1px dotted #9b5b2f;
}
#contactform textarea {
	width:60%;
	border: 1px dotted #9b5b2f;
}

.contacterror {
	border: 1px solid #ff0000 !important;
}

input#wpcf_response {
	width: 75px;
	}

input#contactsubmit {
	width: 100px;
	margin-top:3px;
	padding:2px;
	display:block;
	background: url(../../themes/aam/img/button-hg.jpg) repeat-x;
	color: #163747;
	font-weight: bold;
	border-left: 1px solid #163747;
	border-bottom: 1px solid #163747;
	border-right: 1px solid #22536b;
	border-top: 1px solid #22536b;
}

input#contactsubmit:hover {
	color: red;

	cursor: pointer;
	background: url(../../themes/aam/img/button-hg_mailhover.jpg) repeat-x;
	}

input.hiddenfield {
	background:transparent;
	border:none !important;
	padding:0px;
	margin:0px;
}

