
.ext_contact_form {
    width: 484px;
}

.ext_contact_form input, .ext_contact_form select, .ext_contact_form textarea { 
	margin-bottom: 4px;
	color: #000;
}

.ext_contact_form table {
  	/*margin: 10px 14px;*/
  	padding: 15px;
    background-color: #ededed;
    border: 1px solid #dedede;  	
}

.ext_contact_form .buttons {
	padding: 5px;
	text-align: center;
	/*background-color: #bcbcba;*/
}

.button { 
  	color: #fff; 
	font-weight: bold; 
	font-size: 12px; 
	cursor: pointer; 
	border: none; 
	width: 152px; 
	padding: 2px 0;
	background-color: #EB2D2E;
	/*background: url('images/button2.jpg') left top no-repeat; */
}
.button2 { width: 108px; height: 26px; cursor: pointer; color: #fff; font-weight: bold; font-size: 14px; border: none; background: url('images/button1.jpg') no-repeat; }

#route_location {
	width: 263px;
	margin-right: 50px;
}

.ext_contact_form .error input, .ext_contact_form .error textarea {
    border: 1px solid #F05A28;
}

.ext_contact_form label {
	color: #000;	
}

.ext_contact_form font {
	color: #f05a28;	
}

.ext_contact_form .error label {
    font-weight: bold;
}

.successMsg {
	border: 1px solid #9cb225;
	color: #000;
	font-weight: bold;
	padding: 10px 10px 10px;
	background-color: #d0e16f; 
}

.errorMsg {
	border: 1px solid #f05a28;
	color: #000;
	font-weight: bold;
	padding: 10px 10px 10px;
	background-color: #fbd8cc;
	margin-bottom: 20px;
}


.ext_contact_form .errorMsg blockquote {
    margin-left: 10px;
    color: #000;
}
