div.intouch {
        margin: 20px auto 40px auto;
}

div.intouch div.inputfield {
        padding: 4px 0px;
}

div.intouch label {
    clear: left;
    display: inline;
}

div.intouch br {
    display: none;
}

div.intouch div.inputfield input, div.intouch div.inputfield textarea {
    clear: left;background:#ebebeb;border:2px solid #ddd;border-top:5px solid #ddd;color:#666;font-size:1.6em;
    display: block;
}

div.intouch div.inputfield input {
    width: 40%;
}

div.intouch div.inputfield textarea {
    width: 70%;
    clear: left;
}

div.intouch div.inputfield input.submitbutton {width:300px;height:35px;font-size:1.5em;
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
    clear: left;padding: 2px;
}

div.intouch div#usermessage {
    margin-bottom: 10px;font:normal 600 2.1em/1.2 'Tangerine',georgia,"times new roman",serif;
}

div.intouch .error {
    border: 1px solid #FF0000 !important;
    padding: 1px;font:normal 600 2.1em/1.2 'Tangerine',georgia,"times new roman",serif;color:#831010;
}

