/* Access Forms */
.formContact {
	color:#646464;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}
.formText{
	color:#464646;
	border: 1px solid #6e6e6e; 
	font-size: 12px;
	margin-bottom: 2px;
	width: 118px;
	height: 20px;
}

.formTextArea{
	color:#464646;
	border: 1px solid #6e6e6e; 
	margin-left: 10px;
	width: 170px;
	height: 97px;
}

.userForm{
	clear:both;
	color:#464646;
}

#goButton a{
	float:left;
	width:20;
	height:20;
	margin-left:5px;
	background: url(../../images/design/bullets/go1.jpg) no-repeat top left; 
}

#goButton a:hover{
	background: url(../../images/design/bullets/go2.jpg) no-repeat top left; 
}

