a.dwn_links:hover,
a.link_downld:hover{
  color:#FA7115;
}

.inputs.erro input{
  border:1px solid red;
}

.inputs.erro input,
.inputs.erro input:focus{
  border:1px solid red;
}

.inputs input:focus{
  border:1px solid #5090FC;
}

.play{
  width:297px;
  height:247px;
  position:absolute;
  z-index:2;
  top:0px;
  left:0px;
}

.play.big{
  width:665px;
  height:375px;
  position:absolute;
  z-index:2;
  top:0px;
  left:0px;
}

.play .fundo{
  width:100%;
  height:100%;
  background-color:#000000;
  opacity:0.5;
  filter:alpha(opacity=50);
}

.play .play_ico{
  width:100%;
  height:100%;
  background-image:url(../sysimages/play.png);
  background-position:center center;
  background-repeat:no-repeat;
  z-index:3;
  position:absolute;
  top:0px;
  left:0px;
}

.lines.first.hasPremios{
  max-height:297px;
}  