/****************************************************************************/
/* 2008 - Techfront.com.br													*/
/*																			*/
/* Criated: 09/12/2008 by Herus Armstrong									*/
/* Description: Aligment and positions of elements of EBX contact page.	*/
/****************************************************************************/

/************************************/
/* CONTENTS							*/
/************************************/

.contact_image {
	width: 41.5%;
	padding-right: 0;
	float: left;
	margin-top: 40px;
	padding: 7px;
	display: block;
}
.contact {
	width: 95%;
	padding-right: 0;
	float: left;
	margin-top: 40px;
	padding: 7px;
	background-color: #EEEEEE;
	display: block;
}
.contact_right {
	width: 50%;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 0;
	float: right;
	padding-bottom: 20px;
}
.contact img {
	border:  1px solid #BB8C0A;
	margin-bottom: 10px;
} 
.contact h2, .contact_right h2 {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BB8C0A;
}
.contact_right p, .contact_right p em {
	padding-bottom: 12px;
	
}

/* Contact Form */
fieldset {
	width: 100%;
	border: none;
	display: block;
	float: left;
}
fieldset legend {
	color: #FFFFFF;
}
fieldset .fields {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
fieldset .fields label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777777;
	text-align: right;
	float: left;
	display: block;
	width: 135px;
	padding-top: 3px;
	padding-right: 10px;
}
fieldset .fields input, fieldset .fields select, fieldset .fields textarea {
	letter-spacing: 2px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0;
	font-size: 10px;
	display: block;
	color: #777777;
	width: 60%;
	border: 1px solid #BB8C0A;
}
fieldset .fields input {
	height: 17px;
}
fieldset .fields select {
	height: 22px;
	padding-bottom: 3px;
	width: 62%;
}
fieldset #submit {
	width: 100px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
fieldset #submit input {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	width: 67px;
	height: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 14px;
	background-image: url(../image/bt/green.gif);
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}
.contact_right p em {
	float: right;
	margin-top: 10px;
}

#msgErro{
	width: 100%;
	border:0px solid red;
	text-align:right;
	color:red;
}
