a {
	text-decoration: none;
	color: #666666;
}
label { cursor:pointer; }
td { font: 12px  Arial, Tahoma,Verdana; }
body { background-color: #666; font: 12px  Arial, Tahoma,Verdana; }
.size9 {	font-size: 9px;  }
.size10 {	font-size: 10px; }
.size11 {	font-size: 11px; }
.size12 {	font-size: 12px; }
.size13 {	font-size: 13px; }
.size14 {	font-size: 14px; }
.size16 {	font-size: 16px; }
.size18 {	font-size: 18px; }
.arial {	font-family: Arial, Verdana;}
.tahoma {	font-family: Tahoma, Arial;}
.fonte {font-family: "Trebuchet MS", Arial;}
.c999 {	color: #999;}
.c777 {	color: #777;}
.c666 {	color: #666;}
.c333 {	color: #333;}
.c000 {	color: #000;}
.red {	color: #CC0000;}
.azul {	color: #0000CC;}
.fff {
	color: #fff;
}
#logado {
     color: #fff;
}
option { padding-left: 15px; }
.check { padding-top: 6px; }
input, textarea, select {
	margin-top: 2px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	border: 0px;
	padding: 3px;
	border-bottom:1px solid #999;
	border-right:#999 1px solid;
}
.aV:hover { color:#cc0000; }
.aP:hover { color:#000;text-decoration: underline; }
#fotos {
	width:100%;
	background: url(__img/baixando.gif) center center no-repeat;
	position:relative;
}
#preview_div {
	width:390;
	height:200;
	background: #fff url(__img/baixando.gif) center center no-repeat;
}
form { margin:0px; padding: 0px; }
.bgOver { background: #f4f4f4; }
.bgOut { background: #fff; }
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="blank.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
.votacao{
	list-style:none;
	margin:5px 0 0;
	padding:0px;
	width:70px;
	height:14px;
	position:relative;
	background:url(__img/estrela.gif) top left repeat-x;
	overflow:hidden;
}
.votacao li{
	height:14px;
	padding:0px;
	margin:0px;
	float:left;
}
.resvoto, .res { margin-top: 5px; }
.votacao li a {
	display:block;
	width:14px;
	height:14px;
	text-decoration: none;
	text-indent:-9000px;
	z-index:20;
	position:absolute;
	padding:0px;
}
.votacao li a:hover{background:url(__img/estrela.gif) left 14px;z-index:1;left:0px;}
.votacao a.one-star			{left:0px;}
.votacao a.one-star:hover	{width:	14px;}
.votacao a.two-stars		{left:	14px;}
.votacao a.two-stars:hover	{width:	28px;}
.votacao a.three-stars:hover{width:	42px;}
.votacao a.three-stars		{left: 	28px;}
.votacao a.four-stars		{left: 	46px;}
.votacao a.four-stars:hover	{width: 58px;}
.votacao a.five-stars		{left: 	58px;}
.votacao a.five-stars:hover	{width: 70px;}
