@charset "utf-8";
/* CSS Document */

#intouchform {
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	color: #928660;
}
#intouchform p{
	margin: 5px 0 0 0px;
}

.input{
	width: 150px;
	background:#e0dcd1;
	border:0;
	padding: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
#intouchform select{
	width: 150px;
	background:#e0dcd1;
	border: 0;
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#intouchform .submitbutton {
	width: auto;
	padding: 1px 8px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #8ba862;
	border: none;
}
#intouchform .indent {
	margin-left: 128px;
}
#intouchform .submitbutton:hover {
	background: #535353;
}

