body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.geral_agenda_cadastro {
	height: 1000px;
	width: 630px;
}
.formulario_agenda_cadastro{
	float: left;
	height: auto;
	width: 618px;
	margin-top: 15px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #f7f7f7;
	border: 1px solid #a5a5a5;
}
.campos_obrigatorios {
	font-size: 10px;
	height: 15px;
	width: 200px;
	float: left;
	position: relative;
}
.botao_continuar_agenda_cadastro {
	float: left;
	height: 25px;
	width: 103px;
	position: relative;
	margin-left: 500px;
}

.exemplo_form {
	font-size: 11px;
	color: #666666;
}
.bold {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.titulo_agenda_cadastro {
	font-size: 24px;
	font-weight: bold;
	color: #d47800;
}


.campos_obrigatoriosdireita {
	font-size: 10px;
	margin-left: 500px;
	float: left;
	height: 15px;
	width: auto;
	position: relative;
}
