
.ext_contact_form {
    border: 3px solid #d0d0d0;
    background-color: #eaeaea;
    float: left;
    width: 700px;
}

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

.ext_contact_form table {
  	margin: 10px 14px;
  	width: 520px;
}

.ext_contact_form .buttons {
	padding: 5px;
	text-align: center;
	background-color: #bcbcba;
}
/*
.ext_contact_form .buttons .button { 	
  	display: block;
	width: 185px;
  	height: 22px;
  	background: url("images/button2.jpg") left top no-repeat;
  	color: #FFF;
  	margin: 2px auto;
  	padding-top: 4px;
  	text-decoration: none;
}*/

.button { color: #fff; font-weight: bold; font-size: 14px; cursor: pointer; border: none; width: 152px; height: 26px; 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; }

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

.ext_contact_form label {
	color: #000;	
	/*font-size: 14px;*/
}

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

/*.ext_contact_form .successMsg {
    border: 3px dashed #2ae100;
    color: #000000;
    padding: 15px;
    background: #e4fdde;
    margin-bottom: 15px;
    width:auto;
    line-height: 140%;
}*/
.successMsg {
	/*border: 1px solid #00772E;*/
	color: #fff;
	font-weight: bold;
	padding: 15px;
	background-color: #8DC63F; 
}

.errorMsg {
	border: 1px solid #770000;
	color: #000;
	font-weight: bold;
	padding: 20px 10px 10px;
	background-color: #c06d6d; 
	margin-bottom: 20px;
	/*width: 491px;*/
}


/*.ext_contact_form .errorMsg {
    border: 2px dashed #f20000;
    color: #000000;
    padding: 10px;
    background: #ffe2e2;
    margin-bottom: 15px;
    width:auto;
    line-height: 140%;
}*/

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