#contact h1
{
	margin: 10px 0 10px;
}

#contact hr
{
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border: 1px solid red;
	border-style: none none solid;
}

#contact
{
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #746f6a;
	display: block;
	margin: 20px auto 10px;
	background-color: #e9ded4;
	background-image: url(../images/img_sello.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 14px;
}

/* Form style */
#contact label
{
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 140px;
}

#contact input, textarea, select
{
	width: 180px;
	padding: 5px;
	background: #e9ded4;
	border: 1px solid #b3aaa2;
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: 14px;
}


#contact input, textarea
{
	border-left-color: #ebe2da;
	border-bottom-color: #302f2b;
	border-right-color: #ebe2da;
	border-top-color: #ebe2da;
	border-left-style: solid;
	border-bottom-style: dashed;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", times, serif;
}



#contact input:focus, textarea:focus, select:focus
{
	border: 1px solid #302f2b;
	background-color: #f1e9e4;
}

#contact input.submit
{
	border: 1px solid #302f2b;
	width: 85px;
	cursor: pointer;
	background: #d0c6bf;
	color: #302f2b;
}

#contact input.submit:hover
{
	background: #f1e9e4;
}

#contact input[type="submit"][disabled]
{
	background: #888;
}

#contact fieldset
{
	padding: 20px;
}

#contact legend
{
	padding: 7px 0;
	margin-bottom: 0 !important;
}

#contact span.required
{
	color: #ff0000;
}

/* Select the colour of the * if the field is required. */
#message
{
	margin: 10px 0;
	padding: 0;
}

.error_message
{
	display: block;
	height: 22px;
	line-height: 22px;
	background: url('../images/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
}

.loader
{
	padding: 0 10px;
}

#contact #success_page h1
{
	background: url('../images/success.gif') left no-repeat;
	padding-left: 22px;
}

acronym
{
	border-bottom: 1px dotted #ccc;
}
