html, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8aa3a7;
}

input, textarea, select {
	border: 0;
	background: none;
	padding: 5px;
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

html {
	line-height: 17px;
}

input.nocss {
	border:0;
	padding:0;
}

ul,li {
	margin:0;
	padding:0;
}

form, h1, h2, h3, h4, h5, p, strong {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

/*** CLASSES ***/

.left {
	float: left;
}

.right {
	float: right;
}

.no-margin {
	margin:0 !important;
}

no-padding {
	padding:0 !important;
}

.both {
	clear: both;
	*display: inline!important;
}

/********************************************************************************************/
/************************************* IMAGENS PNG ******************************************/
/********************************************************************************************/

* html img {
	filter:expression(this.alphaxLoaded ? "" :(this.src.substr(this.src.length-4)==".png"?((!this.complete)? "" : this.runtimeStyle.filter=("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+String(this.alphaxLoaded=true).substr(0,0)+(this.src="img/pixel.gif").substr(0,0)):this.runtimeStyle.filter=""));
}
