/********************* CSS Reset *******************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, tbody, tfoot, thead
 {
	margin: 0;	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul, dt, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
fieldset,img {
	border: none;
}
legend {
	display: none;
}
input[type=text], textarea {
	padding: 0;
	border:1px solid #555;
}
a, a:link a:active a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select{
	outline:none; /*tira a borda dourada do chrome*/
	font-size: 12px;
}
textarea{
	resize:none; /*não deixa redimensionar o textarea no chrome*/
}
a img { 
	border: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	/*color: inherit;*/
}

/**
 * TOOLS 
 **/
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 1px;
}
.replace {
	background-color:transparent;
	text-indent:-50000px;
	overflow:hidden;
	display:block;
}
.replace-bt {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	text-indent: -50000px;
	line-height:999999px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	border:none;
}
.replace-txt{
	text-indent: -999999px;
}






