
#intouchform p{
	clear: left;
	margin: 3px 0px 3px 0px;
/*    position: relative;*/
}
#intouchform label{
	font-weight: bold;
	color:#598192;
	float: left;
	width: 100px;
/*	background: url(images/formlabel-arrow.gif) no-repeat top right;
*/	margin-right: 4px;
}
#intouchform input{
	width: 340px;
  	height: 16px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 1px;
/*  margin-top: 4px*/
}
#intouchform .login{
	width: 100px;
  	height: 16px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 1px;
/*  margin-top: 4px*/
}
#intouchform textarea{
	width: 340px;
	height: 80px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 2px;
/*  margin-top: 4px*/
}
#intouchform .submitbutton {
	width: 60px;
  	height: 24px;
	padding: 2px 2px 2px 2px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #587683;
	border: none;
}
#intouchform .submitbutton:hover {
	background: #779d03;
}
#intouchform .clearbutton {
	width: 60px;
  	height: 24px;
	padding: 2px 2px 2px 2px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: none;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #CC0000;
}
#intouchform .clearbutton:hover {
	BACKGROUND-COLOR: #779d03;
}
#intouchform .indent {
	margin-left: 80px;
}
#intouchform #usermessage {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 5px 125px;
}
#intouchform .error {
	border: 1px solid #FF9900;
}
#intouchform .failure {
	color:#FF9900;
}
#intouchform .success {
	color:#669900;
}
#intouchform .required {
	position: absolute;
	color: #97b5c2;
	top: 3px;
	padding-left: 5px;
}
#intouchform textarea:focus, #intouchform input[type="text"]:focus {
	background: #FFE6D9;
}
#intouchform .corfundo {
	background: #FFE6D9;
}