div.intouch {
        margin-top: 10px;
}

div.intouch div.inputfield {
        padding: 4px 0px;
}

div.intouch label {
    clear: left;
    display: inline;
}

div.intouch br {
    display: none;
}

div.intouch div.inputfield input {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 350px;
	border: 1px solid #9a9898;
	padding: 5px;
	clear: left;
    display: block;
}

div.intouch div.inputfield input:focus, div.intouch div.inputfield textarea:focus {
	border: 1px solid #000;
}

div.inputfield textarea {
	clear: left;
	display: block;
	width: 585px;
	border: 1px solid #9a9898;
	padding: 8px 5px 8px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

div.intouch div.inputfield input {
}

div.intouch div.inputfield textarea {
}

div.intouch div.inputfield input.submitbutton {
    clear: left;
	font-family: 'BebasNeueRegular';
	font-size: 22px;
	border: 0;
	width: auto;
	background: #9a9898;
	color: #ffffff;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 10px 2px 10px;
	cursor: pointer;
}

div.intouch div.inputfield input.submitbutton:hover, div.intouch div.inputfield input.submitbutton:focus {
	background: #8f3508;
	border: 0;
}

div.intouch div#usermessage {
	font-style: italic;
    margin-bottom: 10px;
}

div.intouch .error {
    border: 1px solid #FF0000 !important;
    padding: 1px;
}
