.info {
	float: left;
	width: 210px;
	margin: 0 0 20px 0;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	text-align: left;
}

.info span {
	font-weight: bold;	
} 

#hotLineDiv {
	clear: both;
	margin: 0 0 20px 0;
}

.hotLineForm {
	background-color: #f0f0f0;
	border: 1px solid #5b5b5b;
	color: #000000;
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

.hotLineForm input[type="text"], input[type="submit"], textarea {
	background-color: #f0f0f0;
	border: 1px solid #5b5b5b;
}

.hotLineForm input[type="text"], textarea {
	width: 400px;
}

.hotLineForm textarea {
	height: 157px;
}

.hotLineForm input[type="text"]:focus, input[type="submit"]:focus, textarea:focus {
	background-color: #ffffff;
}

#hotLineResults {
	border: 1px solid #800000;
	padding: 5px;
	margin: 5px;
	color: #000000;
	font-size: 14px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
}
