/*form, inputs, textareas and selects and some labels too*/

input, textarea, select, button {
	width: 16.6em;
	margin-bottom: 0.25em;
	font: normal 8pt/1.6em  tahoma, trebuchet, verdana, sans-serif;
	color: #6F6F6F;
	padding: 0.15em 0.25em;
	background-color: #ced6da;
	border: 1px inset #edeff2;
}

textarea {height: 40px;}
	
label {
	width: 6em;
	margin-right: 1em;
	float:left;
	font-size: 0.9em;
	text-align: right;
}
	
button.bt {
	width: auto;
	margin-left: 6.5em;
	border:0;
	background: none;
}
	
form p.aviso {
	font-size: 0.8em;
	text-align: center;
	margin-top: -0.5em;
}

/*##### ----------------- Abrangência ----------------- #####	*/

form.abrangencia {
	text-align: center;
	margin-bottom: 1em;
	padding: 0.5em 0 1em 0;
	border-bottom: 1px dotted #4D5760;}

form.abrangencia label, form.abrangencia select, form.abrangencia button { width: 11em; display: inline; float: none;}

form.abrangencia label {width: auto;}

form.abrangencia button {margin-left: 1.5em;}
