/* RESET NO CSS E.M. */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIM RESET NO CSS E.M. */

/* CSS PAGINA DE CADASTRO */
#conteudo {
	width: 768px;
	margin:5px auto;
	text-align:left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, san-serif;
	}
#topo {
	position: relative;
	background: url('http://imagens.aondenamoro.com/img/fundoTopo.jpg');
	background-repeat: repeat-x;
	height: 75px;
}
.campo {
	margin-top:5px;
}
.cantoSuperiorEsquerdo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.cantoSuperiorDireito {
	position: absolute;
	top: 0px;
	right: 0px;
}
.cantoInferiorEsquerdo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.cantoInferiorDireito {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#logo {
	position: relative;
	float: left;
	top: 5px;
	left: 15px;
	width: 360px;
	height: 62px;
	background-image: url('http://imagens.aondenamoro.com/img/logo_texto.gif');
	background-repeat: no-repeat;
}
#login {
	position: relative;
	float: right;
	top: 10px;
	right: 22px;
	width: 350px;
	height: 50px;
	font-size: 16px;
	text-align: right;
}
#login form {
	margin-top: 10px;
	font-size: 12px;
}
.input {
	border: 1px solid #dddddd;
}
.inputNascimento {
width: auto;
}
.input180 {
	width: 180px;
}
#corpo {
	position: absolute;
	width: 768px;
	height: auto;
    padding-bottom:20px;
	background-image: url('http://imagens.aondenamoro.com/img/fundoCorpo.jpg');
	background-repeat: repeat-y;
}
#colunaEsquerda {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-left:20px;
	padding-bottom: 6px;
	width: 479px;
	height: auto;
	background-color: #FFF2EA;
}
#formulario {
	position: relative;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	padding-top: 14px;
	padding-left: 13px;
	width: 468px;
	height: auto;
	font-size: 14px;
	background-image: url('http://imagens.aondenamoro.com/img/fundoForm.jpg');
	background-repeat: repeat-y;
}
#formulario p {
	font-size: 25px;
	width: 440px;
	height: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
#formulario form {
	position: relative;
	text-align: right;
	right: 10px;
	width: 370px;
	position:relative;
}
select {
	width: 180px;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
}
.relacionamento {
	left: -45px;
	position: relative;
	width: 415px;
	text-align: right;
	font-size: 12px;
	top: -8px;
}
.contrato {
	position: relative;
	float: left;
	left: 45px;
	background-color: rgb(238, 238, 238);
	font-size: 11px;
	margin-bottom: 8px;
	width: 325px;
	text-align: left;
}
#colunaDireita {
	position: relative;
	float: left;
	margin-top:10px;
	margin-left: 8px;
	width: 240px;
}
#boxeLateral {
	position: relative;
	float: left;
	background-color: #EEEEEE;
	width: 240px;
	height: auto;
	margin-top: 10px;
}
.titulo {
	font-size: 16px;
	width: 220px;
	height: 25px;
        color: #444;
	margin-bottom: 25px;
	border-bottom: 1px dotted #ccc;
	margin: 10px;
}
#boxeLateral img {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.descricao{
    float:left;
	top: 5px;
	font-size: 12px;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 10px;
	color: #888888;
}