
/* RESET */
fieldset,form,label,legend	{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
							 vertical-align: baseline; background: transparent;}
		
/* FORM BÁSICO */
#basicForm fieldset 		{margin: 10px 0 20px 0;}
#basicForm legend 			{display: none;}
#basicForm label 			{clear: left; float: left; margin: 15px 10px 0 0; width: 70px; font-size: 13px;
							 font-weight: bold; color: #666; text-align: right;}
#basicForm input 			{float: left; margin: 10px 0 0 0; padding: 7px 5px 7px 5px; width: 340px; border: none;
							 font-family: arial, helvetica, sans-serif; font-size: 14px; color: #005b94; background-color: #ededed; 										                             -webkit-border-radius: 5px; -moz-border-radius: 5px;}
#basicForm label.error 		{clear: right; margin: 3px 0 0 110px; width: 340px; text-align: left; color: #e41e26; font-weight: normal;}
#basicForm select 			{clear: both; margin: 16px 0 5px 0; width: 220px;}
#basicForm label.checkBox 	{margin: 0 20px 0 5px;}
#basicForm textarea 		{float: left; padding: 5px; width: 360px; border: none; font-family: arial, helvetica, sans-serif; 
							 font-size: 18px; color: #005b94; background-color: #ededed; margin-top:10px; height:100px;
							 -webkit-border-radius: 5px; -moz-border-radius: 5px;}
#basicForm input.submit 	{padding: 0; margin: 10px 0 0 365px; width: 85px; height: 30px; border: none; background: none;}
#basicForm input:hover,
#basicForm textarea:hover 	{background-color: #005b94; color:#fff;}
																												
		
