#cadastro {
	width: 770px;
	height: 340px;
	margin: 0 auto;
	background-color: white;
	background-image: url(../../imagens/fotos/divisor_v.png);
	background-repeat: no-repeat;
	background-position: 437px 60px;
	font-size: 11px;
	color: #999;
}
#cadastro div.cabecalho {
	height: 70px;
}
	#titulo {
		position: absolute;
		top: 22px;
		left: 24px;
	}
	#cadastro  p {
		color: #bd1e2c;
		font-weight: bold;
		margin: 5px 0;
	}
	#cadastro form {
		position: relative;
		height: 270px;
	}
	#cadastro div.esquerda {
		position: absolute;
		top: 0;
		left: 20px;
		width: 395px;
		height: 270px;
	}
	#cadastro div.direita {
		position: absolute;
		top: 0;
		right: 20px;
		width: 282px;
		height: 270px;
	}
	#cadastro table {
		width: 100%;
	}
	#cadastro td:first-child {
		width: 85px;
		text-align: right;
		padding-right: 1px;
	}
	#cadastro td select {
		width: 100%;
		color: #999;
		font-size: 11px;
	}
	#cadastro td.tipo {
		color: #bd1e2c;
		font-weight: bold;
	}
	#cadastro td.tipo label {
		margin-right: 10px;
	}
	#cadastro td.tipo * {
		vertical-align: middle;
	}
	#nome-email input {
		width: 297px;
	}
/*
	#telefone-nascimento input {
		width: 128px;
		margin-right: 5px;
	}
*/
	#escola {
		margin-bottom: 20px;
	}
	#cadastro td.estado {
		width: 70px;
	}
/*
	#dados {
		font-weight: bold;
	}
*/
	#cadastro div.direita textarea {
		width: 274px;
		height: 135px;
		margin-bottom: 5px;
		font-size: 12px;
	}
	#conta {
		font-size: 14px;
		font-weight: bold;
	}
	#termos {
		margin-bottom: 5px;
	}
	#termos * {
		vertical-align: middle;
	}
	#termos a {
		font-weight: bold;
		color: #bd1e2c;
		text-decoration: none;
		vertical-align: baseline;
	}
	#lb-fechar {
		display: block;
		position: absolute;
		bottom: 10px;
		right:13px;
	}

