/** * Reset CSS, clearing all atributes to default. * @author Julio Vedovatto <j.vedovatto@luccaco.com> */* {	padding: 0;	margin: 0;	border: none;	font: normal normal normal 12px "Arial","Helvetica",sans-serif;	background-color: transparent;	text-align: left;/** Safari shadow fix  **/	text-shadow: #000 0 0 0;	color: #000;}ul, li, dl, dt, dd {	text-decoration: none;	list-style: none;	list-style-type: none !important;}a:hover { 	text-decoration: underline !important;}strong { 	font-weight: bold;}em { 	font-style: italic; }button, a, label { 	cursor: pointer; }button {	position: relative;;	width: auto;		overflow: visible;	white-space: nowrap;	}/**  * Firefox invisible padding/border fix * @see http://www.sitepoint.com/forums/showpost.php?p=4209217&postcount=13  */button::-moz-focus-inner {	padding: 0;	border: none}img{	border:none;}img.left{	float:left;}img.right{	float:right;}img.center { 	display: block; 	margin: 10px auto 10px; }sup {	font-size:75%;}input, select, textarea {	background: #fff;}input:focus, select:focus, textarea:focus{ 	outline: 2px solid #ccc;}input.error, select.error, textarea.error{ 	border: 2px solid #ccc !important;}input.botao {	cursor:pointer;}input.btPadrao:focus{	outline:none; background:none;}h1, h2 {	font-size: 1px;	text-indent: -5000em;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}