
.ext_contact_form {
    border: 1px solid #ccc;
    background-color: #fff;
	padding: 15px;
	margin-bottom: 60px;
}

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

.ext_contact_form table {
	width: 100%;
}

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


.ext_contact_form .error{
	background: none;
    border: none;
    color: none;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/*
.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;
}*/

.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: #7E1010;
    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 {
	background: #f2ffed;
	color: #445e3a;
	border: 1px solid #88bc74;
	padding: 15px;
	margin-bottom: 20px;
}

.errorMsg {
	background: #ecc1c1;
	color: #7e1010;
	border: 1px solid #c44747;
	padding: 15px;
	margin-bottom: 20px;
}


/*.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;
}
