﻿#mask_modal {
  position:absolute;
  left:0;
  top:0;
  z-index:101;
  background-color:#000;
  display:none;
}

.window{
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:102;
  padding: 15px;
  background: #35586C;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.close, .close_volta{
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
}

.closeAux{
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
}

.close-voltar, .btn-ok{
    width:162px;
    height:46px;
    text-indent:-99999px;
    top:auto;
    right:auto;
    margin:0 auto;
    position:static;
    background:url(../img/btn-voltar.png) no-repeat;
}

.btn-ok{
    width:74px;
    height:46px;
    background:url(../img/btn-ok.png) no-repeat
}

#divLogin{
    width:616px;
    height:318px;
}

.modal_padrao{
    padding:30px;
}

.titu-modal{
    text-align:center;
    color:#ffed00;
    font-size:22px;
    line-height:22px;
    margin:0 0 20px 0;
}

.msg-modal{
    color:#ffed00;
    font-size:22px;
    line-height:22px;
    text-align:center;
}

#modal_regulamento{
    width:500px;
    height:400px;
}
    #modal_regulamento .regulamentos{
        height:400px;
    }

.modal_encerramento_vale_brinde{
    width:325px;
    top:90px !important;
    color:#ffed00;
    text-align:center;
}
    .modal_encerramento_vale_brinde b
    {
        font-size:17px;
    }

#divModalGanhador{
    width:650px;
	text-transform: uppercase;
}
    #divModalGanhador td
    {
        font-size:12px;
        border-bottom:1px solid #028840;
        border-right:1px solid #028840;
        padding:2px 0;
    }

.scroll-vertical
{
    width:100%;
    display:block;
    max-height:400px;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0;
}
