.contactINFO{
	background-color:#000000;
	border:solid #9ce39c 1px;
	font-family:verdana;
	font-size:11px;
	font-style:none;
	line-height: 14px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	text-decoration:none;
	width:300px;
}

.phoneINFO{
	background-color:#000000;
	border:solid #9ce39c 1px;
	font-family:verdana;
	font-size:11px;
	font-style:none;
	line-height: 14px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	text-decoration:none;
	width:30px;
}

.submitBUTTON{
	background-color:#000000;
	border:solid #9ce39c 1px;
	font-family:verdana;
	font-size:14px;
	font-style:none;
	line-height: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#9ce39c;
	text-decoration:none;
	width:150px;
}

.formSPACE{
	height:5px;
}

#pnlSubmitWait
{
	background-image: url('../images/wait.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 10px 25px;
	font-style: italic;
	font-weight: bold;
	color: #2D6B2C;
}

#pnlSubmitFailure
{
	background-image: url('../images/exclamation.png');
	background-position: 8px 12px;
	background-repeat: no-repeat;
	background-color: #FFF4AF;
	border: dashed 2px #ff0000;
	color: #ff0000;
	width: 414px;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 10px 0px;
}

