@charset "iso-8859-1";
/* CSS Document */

@font-face {
  font-family: 'Coda';
  font-style: normal;
  font-weight: 400;
  src: local('Coda'), local('Coda-Regular'), url(http://themes.googleusercontent.com/static/fonts/coda/v7/A7A0IS2-4Ga-ZdxhMlAPjg.woff) format('woff');
}
body { margin: 0; padding: 0; font-family: 'Coda', Arial, Helvetica, sans-serif; font-size: 12px; color: #666; background: #F2F2F2; }
a { text-decoration: underline; color: #666; }
a:hover { text-decoration: none; }
h5 { color: #069; }

input[type="text"], input[type="password"] { width: 325px; height: auto; font-family: 'Coda', Arial, Helvetica, sans-serif; color: #666; padding: 10px; font-size: 14px; text-shadow: 0px 1px 0px #fff; outline: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #CCC; -webkit-box-shadow: 1px 1px 0px #efefef; -moz-box-shadow: 1px 1px 0px #efefef; box-shadow: 1px 1px 0px #efefef; margin-bottom: 10px; }
button, input[type="submit"] { font-family: 'Coda', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 300; color: #FFF; border: 1px solid #99ac20; padding: 7px 10px; -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #BCCD34;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BCCD34), to(#9AAD21));
background: -webkit-linear-gradient(#BCCD34, #9AAD21);
background: -moz-linear-gradient(#BCCD34, #9AAD21);
background: -ms-linear-gradient(#BCCD34, #9AAD21);
background: -o-linear-gradient(#BCCD34, #9AAD21);
background: linear-gradient(#BCCD34, #9AAD21);
-pie-background: linear-gradient(#BCCD34, #9AAD21);
behavior: url(css/PIE.htc); float: right; }
button:hover, input.form_botao:hover, input[type="submit"]:hover { background: #99ac20; cursor: pointer; }

#conteudo {
	width: 350px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10px;
	background: #FFF;
	padding: 25px 35px;
	border: 1px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(css/PIE.htc);
	overflow: hidden;
}
#conteudo p { text-align: justify; }
#conteudo #ate_mais { display: block; font-size: 14px; color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; padding: 10px; margin-bottom: 15px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; behavior: url(http://www.jvmdesigner.com.br/painel/clientes/css/PIE.htc); }
#conteudo img { margin-bottom: 20px; }
#conteudo p#login { margin-top: 18px; margin-bottom: 18px; font-size: 20px; color: #999; }
#conteudo label { display: block; margin-bottom: 3px; }
#conteudo label.disponivel { background: #F2F2F2; border: 1px solid #CCC; padding: 5px; }
#conteudo label.indisponivel { background: #FFE1E1; color: #900; border: 1px solid #CCC; padding: 5px; }
#conteudo label.opcao { width: 338px; height: auto; background: #F2F2F2; border: 1px solid #CCC; padding: 5px; float: left; margin-right: 10px; text-align: center; margin-bottom: 10px; }
#conteudo label.opcao:hover { background: #069; border: 1px solid #069; color: #FFF; }
#conteudo input[type=radio] { margin-right: 8px; }
#rodape { width: 620px; height: auto; text-align: center; margin: 0 auto; line-height: 1.5; }
#rodape img { margin-bottom: -4px; margin-right: 4px; }
#rodape a { color: #666; text-decoration: none; }
#rodape a:hover { text-decoration: underline; }
