div.intouch {
        margin: -28px auto 0px auto;
  
}

div.intouch div.inputfield {
	padding: 0px 0px 20px 0px;



}

div.intouch label {
    clear: left;
    display: inline;
	color: #151515c;
	margin: 0 0 5px 0;

}

div.intouch br {
    display: none;

}

div.intouch div.inputfield input, div.intouch div.inputfield textarea {
    clear: left;
    display: block;
	background-repeat: no-repeat;
	border:none;
	height:18px;
	width:300px;
	background-position: 0px 0px;
	padding: 7px 0px 7px 5px;

    
}

div.intouch div.inputfield input {
	width:412px;
    background-color: #ffffff;
	background-repeat: no-repeat;
	color: #151515c;
	margin-top: 5px;
    
}

div.intouch div.inputfield textarea {
    width: 410px;
    height: 149px;
    clear: left;
    color: #151515c;
    margin-top: 6px;

	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 5px 5px 0 5px;
	font: arial;
}

div.intouch div.inputfield input.submitbutton {
    color: #e3340c;
    clear: left;
    width: 86px;
    height: 30px;
    padding: 2px 0px 3px 3px;
    margin: 0 0 0 325px;
    background-image: none;
    background-color: #E5E5E5;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #E5E5E5,
    
}

div.intouch div.inputfield input.submitbutton:hover {
	cursor: pointer;

	background-color: #dcdbdb;
}


div.intouch div#usermessage {

    margin-bottom: 10px;
margin-right: 120px;
text-align:right;
}

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


