/* Programação desenvolvida pelo Conselho Regional de Enfermagem do RS */
/* Personalizado por COREN/PR */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	font: 14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #006699;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

form {
	width:100%;
	margin:0 auto;
	background-color:#FFF;
	padding:1%;
}
	.titulo {
		width:100%;
		font-size:120%;
		text-align:center;
	}
	.subtitulo {
		font-size:70%;
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	#divMsgErro {
		width:90%;
		text-align:center;
		color:#F00;
	}
	#divMsgOk {
		width:90%;
		text-align:center;
		color:#060;
	}
	form input[type=text],
	form select {
		width:80%;
		box-sizing:border-box;
		padding:1%;
		border:1px solid #DDD;
		margin:2px 0;
	}
		form input[type=text].menor, 
		form select.menor {
			width:30%;
		}