@charset "utf-8";
/* CSS Document */

<!--
/*..........Button Replacement Technic..........*/
/****************************************************************/
/**** PARA OUTROS BROWSERS ****/
.bt_testing {
	cursor:pointer;
	text-indent:-999999px;
	border:0px;
}
.bt_testing2 {
	cursor:pointer;
	text-indent:-999999px;
	border:0px;
}
/**** PARA MSIE ****/
*+html .bt_testing {
	text-indent:0px;
	line-height:999999px;
	border:0px;
}
*+html .bt_testing2 {
	text-indent:0px;
	line-height:999999px;
	border:0px;
}

/**** PARA OPERA ****/
@media all and (min-width: 0px) {
 .bt_testing {
font-size:1px;
padding-left:190px;
}
 .bt_testing2 {
font-size:1px;
padding-left:190px;
}
}
.bt_testing {
	width:32px;
	height:25px;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
}
.bt_testing2 {
	width:32px;
	height:32px;
	background-image: url(../images/cancel.png);
	background-repeat: no-repeat;
}
/****************************************************************/


-->
a {
	outline:none;
}
img a {
	outline:none;
}
