body, td, tr{
	background-color: white;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:link {
	color: #505259;
	text-decoration: none;
}

a:visited {
	color: #505259;
	text-decoration: none;
}

a:hover {
	color: #D12B2A;
	text-decoration: none;
}

a:active {
	color: #505259;
	text-decoration: none;
}

.cadastroContent{
	width: 500px;
	height: 550px;
	margin-right: -250px;
	margin-bottom: -250px;
	position: absolute;
	right: 50%;
	background-color: white;
	padding-top: 5px;
}

.descritivoContent{
	width: 500px;
	color: gray;
	font-size: 12px;
	line-height: 16px;
}

.contentIndique{
	width: 400px;
	height: 300px;
	background-color: white;
	position: absolute;
	text-align: center;
	left: 60px;
}

.inputCad{
	background-color: white;
	border: 1px solid gray;
	padding: 3px;
	color: gray;
}

.btProximo{
	width: 67px;
	height: 27px;
	background: url(../images/btProximo.jpg) no-repeat;
	border-style: none;
	cursor: pointer;
}

input {
	width: 100%;
	border: 1px solid silver;
}

input.no {
	width: auto !important;
}

.textoTitulo{
	color:#D12B2A;
	letter-spacing:-2px;
	font: bold 24px/40px Arial,Helvetica,sans-serif;
}

.btCadastre{
	width: 95px;
	height: 25px;
	background: url(../images/btCadastre.jpg) no-repeat;
	border-style: none;
	cursor: pointer;
}

.erroInsert{
	color:#D12B2A;
	letter-spacing: -1px;
	font: bold 16px Arial,Helvetica,sans-serif;
	background-color: #ffddd9;
	padding: 3px;
	border: 1px solid red;
	text-align: center;
}

.msgInsert{
	color: #FFD12D;
	letter-spacing: -1px;
	font: bold 16px Arial,Helvetica,sans-serif;
	padding: 3px;
	text-align: center;
}

.btEnviar{
	width: 58px;
	height: 25px;
	background: url(../images/bt_enviar.gif) no-repeat;
	border-style: none;
	cursor: pointer;
}

#termosTexto {
	display: none;
}

.botCadastro {
	width: 95px;
	height: 25px;
	border: none;
}

.botEnviar {
	width: 58px;
	height: 25px;
	border: none;
}

.botOK {
	width: 31px;
	height: 25px;
	border: none;
}

.error p {
	display: block;
	border:solid 1px #DEDEDE;
	background-color:#FFFFCC;
	color:#222222;
	padding:4px;
	text-align:center;
	margin: 2px 0 2px 0;
}

.packages a:link, .packages a:hover, .packages a:visited, .packages a:active {
	color: #fff !important;
	text-decoration: none !important;
}