/*
* @Project ASSESP
* @author  FABIANO KUERTEN <fabiano@3fk.com.br>
*/

input, select, textarea, button { width: 265px; }
textarea { height: 200px; }
.msg { margin: 0px 0px 0px 0px; }
.msg ul { list-style-image: url(/img/btnInformacao.png); font: normal normal normal 12px Arial, sans-serif; color: #990000; }
#btnReservar { float: left; margin-right: 10px; margin-bottom: 10px; }
#btnLimpar { width: 80px; }

@media only screen and (min-width: 481px) {
#edtMatricula { width: 100px;}
#edtAssociado { width: 320px; }
#edtTelefoneRes { width: 425px; }
#edtTelefoneCel { width: 425px; }
#edtWhatsapp { width: 425px; }
#edtEmail { width: 425px; }
#edtDataEvento { width:100px; }
#edtHoraEvento { width:100px; }
#edtMensagem { width: 425px; }
}

@media only screen and (min-width: 768px) {
#edtAssociado { width: 395px; }
#edtTelefoneRes { width: 162px; }
#edtTelefoneCel { width: 162px; }
#edtWhatsapp { width: 161px; }
#edtEmail { width: 500px; }
#edtMensagem { width: 505px; }
}

@media only screen and (min-width: 1025px) {
#edtAssociado { width: 415px; }
#edtTelefoneRes { width: 169px; }
#edtTelefoneCel { width: 168px; }
#edtWhatsapp { width: 168px; }
#edtEmail { width: 520px; }
#edtMensagem { width: 525px; }
label[for=edtEmail] { clear: both; }
}