.center {
	text-align: center;
}
.form_message {
	background-color:#FFFFFF;
	border:1px solid #31B96E;
	color:#31B96E;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:20px;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	display: none;
}
.popup_message_success {
	background-color:#FFFFFF;
	border:1px solid #31B96E;
	color:#31B96E;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:20px;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	display: none;
	height: 140px;
}

.form_message_bad {
	background-color:#FFFFFF;
	border:1px solid #EE0101;
	color:#1B1112;
	font-size:20px;
	margin-bottom:10px;
	padding:10px;
	display: none;
	text-align: left;
	letter-spacing:1px;
	line-height:20px;
}
#captcha_container p {
	font-size: 12px;
	color: #000;
}
#captcha_container input {
	font-size: 14px;
	width: 135px;
}
#captcha_container input.warning {
	 border: 2px solid #EE0101;
	 color: #1B1112;
	 font-size: 15px;
	 padding: 5px;
	 width: 125px;
}
#captcha_container span.warning {
	color:#EE0101;
	font-weight:bold;
	line-height:15px;
	display: none;
}
.hours_header {
	width:257px;
	height:auto;
	background: #f4f4f4 url(https://continentalautogroup.com/images/site/tools_bg.gif) no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float: right;
}
.hours_header h4 {
	color:#fff;
	padding:8px 0px 8px 55px;
	font-size:.8em;
	font-weight:bold;
	background: transparent url(https://continentalautogroup.com/images/site/con_hours_header.gif) no-repeat left top;
}
.hours_header ul {
	color: #707070;
	margin-left:20px;
}
.hours_header ul li {
font-size:0.7em;
font-weight:normal;
margin:5px 0;
padding-top:5px;
}
#right_column_content {
	float: right;
	width: 650px;
}
#right_column_content h4 {
	color:#707070;
	font-size:15px;
	font-weight:normal;
	line-height:25px;
	margin-bottom:10px;
}
#right_column_content a img {
	border: 1px solid #006DB0;
	padding: 5px;
	margin-bottom: 10px;
}
#right_column_content a:hover img {
	border: 1px solid #707070;
}