@CHARSET "ISO-8859-1";

/* CONTEUDO */

div#main_content {
	width: 868px;
	height: auto;
	background-color: #eaeaea;
	border: 1px white solid;
	color: #000;
	display: table;
}

div#main_content #top_title {
	background: url("../images/layout/top_blue_center.jpg") top left repeat-x;
	height: 36px;
	width: 240px;
	margin-left: 10px;
	margin-right: auto;
	margin-top: -1px;
	text-align: center;
	color: #fff;
}

.top_title {
	font-size: 13px;
	padding-top: 7px;
}

div#top_title h1 {
	background: url("../images/layout/top_blue_left.jpg") top left no-repeat;
	display: block;
	height: 100%;
}

div#top_title span {
	display: block;
	height: 100%;
	background: url("../images/layout/top_blue_right.jpg") top right no-repeat;
}

div#contact_address {
	float: right;
	display: table;
	width: 250px;
	padding-top: 10px;
}

div#contact_address div {
	padding-bottom: 25px;
}

div#contact_address img {
	padding-bottom: 10px;
}

div#contact_address p span#contact {
	display: block;
	width: 148px;
	height: 10px;
	background: url("../images/contact/email.png") bottom left no-repeat;
	margin-left: 45px;
	margin-top: -12px;
}

div#contact_address p {
	padding-bottom: 3px;
}

.content {
	float: left;
	display: table;
	width: 535px;
	padding: 0 10px 0 10px;
}

.content#contact_table {
	padding-top: 20px;
}

.content#career_table {
	/*display: none;*/
}

.content span#required {
	color: #EB4203;
	font-weight: bold;
}

.content input, textarea {
	border: 1px #31343d solid;
}

.content input {
	height: 20px;
}

.content input#resume {
	border: none;
	width: 233px;
	* width: 241px;
	* border: 1px #31343d solid;
	* margin: -2px -1px -2px -1px;
}

.content select {
	height: 20px;
	width: 150px;
	border: none;
}

.select_border {
	display: block;
	width: 150px;
	border: 1px #31343d solid;
}

.content input {
	width: 300px;
}

.content input#phone, input#mobile {
	width: 150px;
}

#submit {
	width: 80px;
	text-align: center;
	border: 2px buttonshadow outset;
}