
/* ~~ Padrões
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

	label				{ width: 100px; float: left; text-align: right; padding: 3px 5px 0 0; white-space: nowrap; }
	textarea,select{ background: #fff; border: solid 1px #ccc; padding: 2px; }
	
	.inputRadio 		{ border:none; background:none;}
	html>body .inputRadio{ float: left; margin-right: 5px; margin-top: 3px }
	*+html .inputRadio	{ margin-right: 0 !important; margin-top:0 !important; }
	.labelRadio 		{ text-align: left; padding: 0; cursor: pointer }
	.labelRadio input 	{ float: left; }
	.labelRadio span 	{ float: left; padding-top: 3px; display: block; }
	
	.labelTitle 		{ font-weight: bold; width: auto; text-align: left; margin: 12px 0; }
	
	html>body input,textarea,select{ margin-bottom: 3px; }
	*+html input		{ margin-bottom: 0px !important; }
	
	.aumenta			{ overflow: visible; height: 150px; }
	
	

