/* CSS Document */


table#servico tr td {
	vertical-align: top;
}

p.titulo_servico {
	font-weight: bold;
	color: #D81226;
	margin-bottom: 15px;
}

td.titulo_servico {
	padding: 5px 10px 0 15px;
	text-align: justify;
}

table#servico tr td img {
	margin-bottom: 25px;
}

a.saiba_mais img {
	margin-top: 5px;
	border: 0;
}

.tableTrabalhe {
	border-top: solid 2px #CB0615;
	border-bottom: solid 2px #CB0615;
	margin-bottom: 30px;
}

.tableTrabalhe tr td {
	padding: 7px 0;
}
.tableTrabalhe tr td table tr td {
	padding: 0;
}

button {
	border: #CB7271 solid 1px;
	padding: 1px 15px;
	background: url(../../Images/bg_button.jpg);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}

.add{
	background: url(../../Images/bg_button_dark.jpg) !important;
	border: #CCC 1px solid;
}

input, textarea {
	border: solid 1px #9C5B5B;
}
input[type=radio], input[type=checkbox] {
	border: none;
}
.erro {
	border: 2px solid #FF0000 !important;
}

.header_form{
	font-weight: bold;
}

.header_form_selected{
	color: #CB0615 !important;
}

.header_1 {
	font-weight: bold;
	border-bottom: 2px solid #ECECEC;
	background: url(../../Images/mark_form_cliente.gif) no-repeat 0px 4px;
	padding: 0 0 2px 8px !important;
	margin: 25px 0 0 0;
	color: #626262;
}

.oculto{
	display: none !important;
}

.endereco {
	padding: 5px 15px;
}
