/* contato.css */

#contato-form{
	float: left;
	display: inline;
	width: 307px;
	min-height: 348px;
	margin-top: 6px;
	background: url(../images/contato/fundo-form.jpg) no-repeat;
	padding-top: 108px;
}

#contato-form textarea,
#contato-form  input,
#contato-form  label{
	float: left;
	display: inline;
}

#contato-form .label-default{
	width: 69px;
	text-align: right;
	margin-right: 15px;
	margin-top: 3px;
}

#contato-form .input-default{
	width: 221px;
	border: 1px solid #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #7f7f7f;
	margin-bottom: 9px;	
}

#contato-form .label-msg{
	margin-left: 24px;
	margin-top: 10px;
}

#contato-form textarea{
	width: 263px;
	height: 121px;
	border: 1px solid #cccccc;
	margin-left: 22px;
	margin-top: 10px;
	padding: 10px;
	color: #7f7f7f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}

#contato-form .input-check{
	margin-left: 104px;
	margin-top: 12px;
	margin-right: 13px;
}

#contato-form .label-news{
	margin-top: 9px;
}

#contato-form .bt{
	float: right;
	width: 74px;
	height: 27px;
	background: url(../images/commons/bt.png) no-repeat;
	border: none;
	margin-right: 2px;
	margin-top: 14px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 3px;
}

#telefone-atendimento{
	float: left;
	display: inline;
	width: 367px;
	height: 393px;
	margin-left: 46px;
	margin-top: 70px;
}

#telefone-atendimento #tel{
	width: 367px;
	height: 174px;
	background: url(../images/contato/telefone-fax.jpg) no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
}

#telefone-atendimento #tel .telefone{
	margin-left: 27px;
	margin-top: 35px;
	color: #1a67b2;
	float: left;
}

#telefone-atendimento #tel .fax{
	float: left;
	color: #ed6291;
	margin-left: 27px;
	margin-top: 44px;
}

#telefone-atendimento #atendimento{
	width: 367px;
	height: 174px;
	background: url(../images/contato/atendimento-on.jpg) no-repeat;
	margin-top: 45px;
}

#telefone-atendimento #atendimento .converse{
	margin-left: 28px;
	margin-top: 90px;
	width: 170px;
	float: left;
	display: inline;
}

.rua{
	color: #b2b2b2;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
}

#mapa{
	width: 700px;
	height: 373px;
	border: 2px solid #e7e7e7;
	margin-left: 3px;
	padding: 10px;
	-moz-border-radius: 15px;
}

.msg_ok{
    font-weight: bold;
    margin-bottom: 20px;
    margin-left:22px;
}
.msg_erro {
    font-weight: bold;
    color: red;
    margin-bottom: 20px;
    margin-left:22px;
}
