/* Formulário de Contato */

#tbContato {
    float: left;
}
#tbContato tr td label {
    color: #4072a7;
	font-family: 'Quaver';
    font-size: 21px;
	text-transform: uppercase;
    margin-left: 55px;
    line-height: 55px;
    position: absolute;
    z-index: 999;
}
#tbContato #mailNome {
    background: url('../img/campo_nome.png') #f9f9f9 no-repeat;
    border: 0;
    width: 296px;
    height: 50px;
    line-height: 50px;
    padding-left: 125px;
    font-size: 14px;
    color: #4b4b4d;
}
#tbContato #mailNome:focus {
    outline: none;
}
#tbContato #mailFone {
    background: url('../img/campo_fone.png') #f9f9f9 no-repeat;
    border: 0;
    width: 278px;
    height: 50px;
    line-height: 50px;
    padding-left: 143px;
    font-size: 14px;
    color: #4b4b4d;
}
#tbContato #mailFone:focus {
    outline: none;
}
#tbContato #mailEmail {
    background: url('../img/campo_mail.png') #f9f9f9 no-repeat;
    border: 0;
    width: 305px;
    height: 50px;
    line-height: 50px;
    padding-left: 116px;
    font-size: 14px;
    color: #4b4b4d;
}
#tbContato #mailEmail:focus {
    outline: none;
}
#tbContato #mailAssunto {
    background: url('../img/campo_assunto.png') #f9f9f9 no-repeat;
    border: 0;
    width: 313px;
    height: 50px;
    line-height: 50px;
    padding-left: 108px;
    font-size: 14px;
    color: #4b4b4d;
}
#tbContato #mailAssunto:focus {
    outline: none;
}

#msg {
    background: url('../img/campo_msg.png') #f1f1f1 no-repeat top left;
    width: 420px;
    height:115px;
    padding: 50px 0 0;
}
#tbContato #mailMsg {
	background: #f9f9f9;
    width: 410px;
    height:90px;
    line-height: 14px;
    border: none;
    display: inline;
	font-family: 'Arial';
    font-size: 14px;
	padding: 5px;
    color: #4b4b4d;
}
#tbContato #mailMsg:focus {
    outline: none;
}
#tbContato #mailButton { 
    width: 421px;
    background:url('../img/campo_btn.png') #f9f9f9 no-repeat;
    height:50px;
    border: none;
    margin: 0 0 0;
    display: inline;
	color: #4072a7;
	font-family: 'Quaver';
    font-size: 21px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 55px;
    border:none;
    cursor: pointer;
}
#tbContato #mailButton:hover {
    background:url('../img/campo_btn.png') #f1f1f1 no-repeat;
	color: #ffa86e;
}

div.error {
    margin: 0 auto;
    padding: 2px 2px 2px 30px;
    font-size: 12px;
    color: red;
    background: #ff9999 url('../img/error.png') no-repeat 5px 3px;
    border: 1px solid red;
    line-height: 18px;
}
.msgInfo {
    margin: 0 auto;
    padding: 2px 2px 2px 30px;
    font-size: 12px;
    color: blue;
    background:  #9999ff url('../img/info.png') no-repeat 5px 3px;
    border: 1px solid blue;
    line-height: 18px;
    width: 400px;
}
.msgSucesso {
    margin: 5px 3%;
    padding: 2px 2%;
    font-size: 12px;
    color: green;
    background:  #99ff99;
    border: 1px solid green;
    line-height: 18px;
    float: left;
    font-family:'Trebuchet MS';
    width: 90%;
}
.msgErro {
    margin: 5px 3%;
    padding: 2px 2%;
    font-size: 12px;
    color: red;
    background: #ff9999;
    border: 1px solid red;
    line-height: 18px;
    float: left;
    font-family:'Trebuchet MS';
    width: 90%;
}