@charset "utf-8";
@import url("main.css");
#conteiner .content
{
	border-bottom: 1px solid #EF99CC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#conteiner .content p
{
	padding: 5px 0px;
}
#conteiner .content form
{
	margin: auto;
	width: 310px;
}
#tele-atendimento
{
	width: 218px;
	height: 383px;
	background: url(../image/bg-tele-atendimento.png) top center no-repeat;
	position: relative;
}
#tele-atendimento .content
{
	background:url(../image/bg-content-tele-atendimento.png) center center no-repeat;
	width: 174px;
	height: 74px;
	padding: 12px 21px 23px 15px;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 6px;
}
#tele-atendimento .content p
{
	font-size: 12px;
}
label, .field
{
	color: #737373;
}
.field
{
	background: #F8F8F8;
	width: 230px;
}
label
{
	padding: 8px 0px;
	display: block;
	width: 70px;
}
.response {
	font-weight:bold; 
	text-align:center; 
	padding:5px;
	margin: 5px 70px;
}
.error{
	border: 1px solid #FF0000;
	color: #FF0000; 
}
.sucess{
	border: 1px solid #009933; 
	color:#009933; 
}
.inputError{
	border: 1px solid #FF0000;
}