@media screen {

/*----------------------------------
	Home
----------------------------------*/
.conteudo
{
    background: url(../img/pontilhado.png) repeat-x 0 100%;
    margin-bottom: 15px;
    padding: 0 15px 5px;
    border: solid; 
    border-width: thin;
}

.lista-comunicados li
{
    display: inline;
    float: left;
    list-style: none;
    width: 185px;
}
.lista-comunicados li h4
{
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lista-destaques li
{
    display: inline;
    float: left;
    list-style: none;
    position: relative;
    width: 185px;
}
.lista-destaques li .mascara
{
    background: url(../img/mascara_destaques.png) no-repeat 0 0;
    left: 0;
    position: absolute;
    top: 0;
}
.lista-destaques li .mascara, .container-destaque
{
    display: block;
    height: 178px;
    width: 184px;
}

.container-destaque
{
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.container-destaque .descricao
{
    background: url(../img/fundo_descricao_destaques.png);
    bottom: 0;
    display: block;
    height: 50px;
    left: 0;
    padding: 5px 10px 0;
    position: absolute;
    width: 100%;
}

.categoria-destaque
{
    color: #f3a53f;
    display: block;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}

.tit-destaque
{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
}

.subtit-destaque
{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
}

#box-newsletter, #box-faq
{
    background: url(../img/fundo_newsletter.png) repeat-x 0 0;
    color: #fff;
    padding: 0 15px 10px;
    width: 185px;
    z-index: -2;
    margin-bottom: 15px;
}

#box-faq
{
    overflow: hidden;
    width: 210px;
    padding: 10px 0 0 5px;
}
#box-faq a
{
    color: #fff;
    display: block;
}
#box-faq img
{
    display: block;
    margin: 0 auto;
}
#box-faq p span strong
{
    font-size: 13px !important;
}

#newsletter
{
    margin-bottom: 0;
}
#newsletter ul
{
    margin-bottom: 5px !important;
}

#newsletter label
{
    height: 15px !important;
}

#box-newsletter p
{
    margin-bottom: 5px;
}

.nospacing
{
    padding: 0 0 5px !important;
}

#box-drops
{
    background: #3cb3ca url(../img/fundo_drop_cursos.png) repeat-x 0 0;
    color: #fff;
    overflow: hidden;
    padding: 15px;
    width: 185px;
}
#box-drops a, #box-newsletter a
{
    color: #fff;
}
#box-drops ul li select
{
    width: 100%;
    margin: 0;
    padding: 0;
}
#box-drops label
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #9ed4de;
}

.box-destaques
{    
    margin-bottom: 15px;
    padding: 10px 15px 0;
    position: relative;
    width: 510px;
    z-index: auto;
}

div#conteudo.interno .box-destaques
{
    width: 750px !important;
}

.box-destaques ul
{
    clear: both;
    height: 30px;
    margin: 0;
    padding: 10px 0;
}
.box-destaques ul li
{
    list-style: none;
}
.box-destaques ul li a
{
    color: #828181;
    text-decoration: none;
}
.box-destaques ul li a:hover
{
    text-decoration: underline;
}

.box-destaques .categoria
{
    background: url(../img/fundo_categoria.png) no-repeat;
    color: #fff;
    display: inline;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 49px;
    line-height: 49px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

.box-destaques .tit-destaque
{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-top: 6px;
}

.box-destaques p
{
    clear: both;
}

.curso
{
    background: #fff url(../img/fundo_detalhes_curso.png) repeat-x 0 100%;
}
.curso .categoria
{
    background-position: 0 0;
}
.curso .tit-destaque, .curso .tit-destaque a, .curso .subtit-destaque, .curso .subtit-destaque a
{
    color: #145d90;
}
.curso .tit-destaque a
{
    text-decoration: none;
}
.curso .tit-destaque a:hover
{
    text-decoration: underline;
}

.evento
{
    background: #fff url(../img/fundo_detalhes_evento.png) repeat-x 0 100%;
}
.evento .categoria
{
    background-position: 0 -50px;
}
.evento .tit-destaque, .evento .subtit-destaque
{
    color: #859f2e;
}

.atividade
{
    background: #fff url(../img/fundo_detalhes_atividade.png) repeat-x 0 100%;
}
.atividade .categoria
{
    background-position: 0 -100px;
}
.atividade .tit-destaque, .atividade .subtit-destaque
{
    color: #e78006;
}

.box-destaques .btn-saiba-mais
{
    bottom: 10px;
    position: absolute;
    right: 15px;
}
.box-destaques .btn-saiba-mais:hover
{
    color: #fff;
}

/*.conteudo-destaque {
	float: left;
	width: 440px;
}*/

.veja-destaques
{
    text-align: right;
}
.veja-destaques a
{
    color: #828181;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.veja-destaques a:hover
{
    text-decoration: underline;
}


/*----------------------------------
	Interna Área
----------------------------------*/
#breadcrumbs, #breadcrumbs a
{
    color: black;
}

#breadcrumbs
{
    margin-bottom: 25px;
}

.cursos-por-pagina
{
    float: left;
    margin-bottom: 10px;
}
.cursos-por-pagina label
{
    font-weight: bold;
}


/*----------------------------------
	Interna Acesso Aluno
----------------------------------*/
.nomargin
{
    margin: 0 !important;
}
#conteudo h3.subtit
{
    margin-right: 0;
    margin-left: 0;
}
#conteudo p
{
    margin-left: 15px;
    margin-right: 15px;
}
#conteudo div.conteudo-destaque p
{
    margin-left: 0;
    margin-right: 0;
}
h3.extenso
{
    font-size: 18px;
}
#usuario-logado
{
    color: #458bb4;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 0px;
    padding: 10px 0 20px 15px;
    background: url(../img/pontilhado.png) repeat-x 0 100%; /*float: left;*/
    clear: both;
    display: block;
    width: 90%;
}
#usuario-logado .saudacoes
{
    font-size: 18px;
    line-height: 22px;
}
#usuario-logado .nome
{
    color: black;
}
#usuario-logado p
{
    margin: 0;
    padding: 0;
    float: left;
}

.btn-sair
{
    color: #fff;
    float: right;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-sair.png) no-repeat top left;
    height: 26px;
    font-weight: normal;
    line-height: 26px;
    width: 45px;
    margin-top: -3px;
    margin-right: 15px;
}

.btn-editar
{
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-editar.png) no-repeat top left;
    height: 26px;
    line-height: 26px;
    width: 75px;
}

.btn-filtro-curso
{
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-editar-mini.png) no-repeat;
    height: 19px;
    padding-top: 8px;
    width: 37px;
    border: none;
    padding: 0;
    margin: 0 2px 0 2px;
    float: left;
    cursor: pointer;
}

.filtro-cae
{
    color: #458bb4;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    margin: 0 0 15px 0;
    background: url(../img/pontilhado.png) repeat-x 0 100%; /*float: left;*/
    clear: both;
    display: block;
    width: 100%;
}


.filtro-cae div
{
    margin-left: 15px;
}



.btn-alterar-senha
{
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-alterar-senha.png) no-repeat top left;
    height: 26px;
    line-height: 26px;
    width: 105px;
}
#btn-adicionar-dependentes
{
    color: #fff;
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-adicionar-dependentes.png) no-repeat top left;
    height: 26px;
    line-height: 26px;
    width: 155px;
}
.btn-visualizar
{
    color: #fff !important;
    display: block;
    float: right;
    font-size: 9px;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-visualizar-detalhes.png) no-repeat top left;
    height: 18px;
    line-height: 18px;
    width: 92px;
}
dl.dados-cadastrais
{
    clear: both;
    display: block;
    margin: 0 15px;
}
dl.dados-cadastrais dt
{
    font-weight: bold;
    float: left;
    clear: left;
    margin-right: 6px;
}
dl.dados-cadastrais dd, dl.dados-cadastrais dt
{
    padding-top: 6px;
}

#lateral ul.lista-botoes-laterias
{
    margin-left: -15px;
}
ul.lista-botoes-laterias li
{
    margin-bottom: 3px;
    display: block;
}

div.pre-requisitos
{
    margin-bottom: 40px;
    clear: both;
}

.download-contrato
{
    width: 100%;
    background: #d3d3d3;
    border: 1px solid #ccc;
    padding: 5px 0;
}

.download-contrato a
{
    margin-left: 10px;
}


/*----------------------------------
	Interna Submeter Trabalhos
----------------------------------*/
#btn-confirmar-pagamento
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-confirmar-pagamento.png) no-repeat top left;
    height: 36px;
    width: 213px;
}
#btn-adicionar-espacos
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-adicionar-espacos.png) no-repeat top left;
    height: 26px;
    width: 213px;
}
#btn-adicionar-dependentes
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-adicionar-dependentes.png) no-repeat top left;
    height: 26px;
    width: 155px;
}
#btn-submeter-trabalhos
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-submenter-trabalhos.png) no-repeat top left;
    height: 26px;
    width: 213px;
}
#btn-dados-complementares
{
    color: #fff;
    display: block;
    background: url(../img/bt-dados-complementares.png) no-repeat top left;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 213px;
}
#btn-financeiro
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-financeiro.png) no-repeat top left;
    height: 26px;
    width: 213px;
}
#btn-alterar-senha
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-alterar-senha.png) no-repeat top left;
    height: 26px;
    width: 105px;
}
.btn-instrucoes
{
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-instrucoes.png) no-repeat top left;
    height: 25px;
    width: 204px;
    margin-bottom: 22px;
    margin-left: 15px;
}
#btn-novo
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-novo.png) no-repeat top left;
    height: 24px;
    width: 64px;
}
#btn-excluir
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-excluir.png) no-repeat top left;
    height: 24px;
    width: 153px;
}
.btn-editar-mini
{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-editar-mini.png) no-repeat top left;
    height: 19px;
    width: 37px;
    margin-right: 10px;
}

.ajuda
{
    display: inline-block;
    float: left;
    text-indent: -99999px;
    background: url(../img/ic-ajuda.png) no-repeat top left;
    height: 24px;
    width: 22px;
    margin: 10px 0 0 1px;
}

#lateral ul.lista-botoes li
{
    display: block;
    margin-bottom: 3px;
}

/* [ formulario ] */

#form-submeter-trabalhos ul.autores
{
    margin: 3px 0 0 15px;
    padding: 0;
    float: left;
}

#form-submeter-trabalhos p
{
    margin-bottom: 0;
}

#form-submeter-trabalhos table
{
    margin: 0;
    padding: 0;
}

#form-submeter-trabalhos .wrap-table
{
    /*margin: 0; 	padding: 0;*/
}

/*----------------------------------
	Interna Submeter Trabalhos -- 
	Confirmar
----------------------------------*/

.confirmacao h3
{
    font-size: 14px;
}


.confirmacao h4, #conteudo.interno h4
{
    margin: 0 0 3px 15px;
}

.confirmacao p, .confirmacao .wrap-table
{
    margin-bottom: 22px;
}

/*----------------------------------
	Interna Detalhe Evento
----------------------------------*/

div.box
{
    float: left;
    width: 382px;
    margin-right: 15px;
    margin-bottom: 40px;
}
div.box h3.subtit
{
    font-size: 17px;
}
.box-destaque
{
    background: #303030;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 17px;
}
.box-destaque p
{
    margin: 0;
    padding: 0;
}
#espaco-servicos
{
    clear: both;
    display: block;
}

/*----------------------------------
	Interna Parecerista 
	Ver Trabalho
----------------------------------*/
.btn-ver
{
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-ver.png) no-repeat top left;
    height: 19px;
    width: 31px;
    margin-right: 10px;
    margin-top: 3px;
}


/*----------------------------------
	Interna Parecerista 
	Ver Trabalho
----------------------------------*/
/*#cursos, #areas{
	margin-bottom: 35px;
}*/
.box-areas
{
    width: 120px;
    float: left;
    margin: 0 0 20px 10px;
    padding: 0;
}

.box-areas dd
{
    margin: 0 !important;
    height: 100%;
    margin: 0;
}

.box-areas dd a
{
    color: black;
    display: block;
    text-decoration: none;
    padding: 4px 4px 4px 4px;
    background: #fff;
}

.box-areas .par a
{
    background: #e1e1e1;
}
.box-areas dd a:hover, .box-areas .par a:hover
{
    background: #333;
    color: #fff;
}

.titulo-area
{
    background: url(../img/tit_area.png) no-repeat 0 0;
    display: block;
    height: 30px;
    line-height: 12px;
    overflow: hidden;
    padding-top: 8px;
    text-align: center;
    width: 120px;
}
.titulo-area a
{
    /*display: table-cell; 	vertical-align: middle;*/
    display: block;
}

.titulo-area, .titulo-area a
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#tt-ciencias-sociais
{
    line-height: 14px;
    padding-top: 5px;
}

/*----------------------------------
	Cursos -- Internos
----------------------------------*/
#btn-matricula, #btn-inscrever, .btnInscrever, .btnMatricular
{
    color: #fff;
    float: right;
    display: inline; /*text-indent: -99999px;*/
    height: 41px;
    width: 100px;
    margin: 3px;
    text-align: center;
    text-transform: uppercase;
    line-height:42px;
    text-decoration:none;
}

#btn-vagasEsgotadas, .btnVagasEsgotadas
{
    color: #fff;
    float: right;
    display: inline; /*text-indent: -99999px;*/
    height: 24px;
    width: 153px;
    margin: 3px;
    padding-top: 4px;
    text-align: center;
    text-transform: uppercase;
}

#btn-vagasEsgotadas, .btnVagasEsgotadas
{
    background: url(../img/bt-excluir.png) no-repeat top left;
    height: 24px;
    width: 153px;
    text-decoration: none;
}

#btn-matricula, .btnMatricular
{
    background: url(../img/bt-matricular.png) no-repeat top left;
    line-height: 41px;
    text-decoration: none;
}
#btn-inscrever, .btnInscrever
{
    background: url(../img/bt-inscrever.png) no-repeat top left;
}
#seta-direita
{
    float: right;
    display: block;
    text-indent: -99999px;
    background: url(../img/seta-direita.png) no-repeat top left;
    height: 21px;
    width: 20px;
    margin: 1px;
}
#seta-esquerda
{
    float: right;
    display: block;
    text-indent: -99999px;
    background: url(../img/seta-esquerda.png) no-repeat top left;
    height: 21px;
    width: 21px;
    margin: 1px;
}
#lista-cursos span.vagas
{
    text-indent: -99999px;
    background: url(../img/bt-vagas.png) no-repeat top left !important;
    height: 20px;
    width: 96px;
    padding: 0;
    margin: 3px 8px;
}

/*----------------------------------
	Cursos -- Cirurgia...
----------------------------------*/
.sobre-curso .subtit-texto
{
    clear: none !important;
}
.sobre-curso
{
    margin-bottom: 15px;
}
#cursos div.sobre-curso ul, #cursos div.sobre-curso ol, #selecoes div.sobre-selecao ul, #selecoes div.sobre-selecao ol
{
    margin-left: 15px;
    margin-top: 0;
}
#cursos div.sobre-curso li, #selecoes div.sobre-selecao li
{
    list-style: none;
    list-style-position: outside;
    background: url(../img/bullet-line.png) no-repeat 0px 8px;
    text-indent: 7px;
}

.foto
{
    float: right;
    margin-left: 22px;
}

#turmas
{
    position: relative;
}
ul.rolagem
{
    position: absolute;
    right: 0;
    top: 55px;
    background: url(../img/fundo-rolagem.png) no-repeat top left;
    height: 30px;
    width: 50px;
    padding-top: 5px;
}
ul.rolagem li
{
    display: inline;
    list-style: none;
}

/*----------------------------------
	Parecistas - pedir revisao	
----------------------------------*/
#btn-pedir-revisao
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-pedir-revisao.png) no-repeat top left;
    height: 25px;
    width: 213px;
}
#btn-mudanca-area
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-mudanca-area.png) no-repeat top left;
    height: 25px;
    width: 213px;
}
#btn-avaliar-mudanca
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-avaliar-mudanca.png) no-repeat top left;
    height: 25px;
    width: 213px;
}
.btn-emitir-parecer
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-emitir-parecer.png) no-repeat top left;
    height: 25px;
    width: 213px;
}
/*----------------------------------
	Interna Parecerista 
	Ver Trabalho
----------------------------------*/
.btn-lista
{
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-lista-medio.png) no-repeat top left;
    height: 25px;
    width: 148px;
    line-height: 26px;
}

.btn-lista-pequeno
{
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-lista-pequeno.png) no-repeat top left;
    height: 25px;
    width: 71px;
    line-height: 26px;
}

.btn-lista-big
{
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    background: url(../img/bt-lista-grande.png) no-repeat center left;
    height: 25px;
    width: 213px;
    line-height: 26px;
}

.btn-enviar-email
{
	color: #fff;
	display: block;
	text-align: center;
    text-decoration: none;
	background: url(../img/bt-enviaremail.png) no-repeat;
	height: 25px;
	width: 270px;
	line-height: 26px;
}
/*----------------------------------
	Interna Parecerista 
	Ver Trabalho
----------------------------------*/
#btn-keep
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-keep-current.png) no-repeat top left;
    height: 25px;
    width: 158px;
}
.avaliar-mudanca p
{
    margin-bottom: 25px;
}
.avaliar-mudanca ul.lista-radios
{
    margin-top: -20px;
    margin-bottom: 25px;
}
/*----------------------------------
	Matricula
----------------------------------*/
#corpo.matricula h2, #corpo.matricula h4, #corpo.matricula .termo, #corpo.matricula form
{
    margin: 5px 15px;
}

div.introducao
{
    background: url(../img/fundo-intro.png) no-repeat bottom left;
    font-size: 13px;
    color: #458bb4;
    padding: 15px;
    margin: 0 0 20px 0;
}
div.introducao p:first-child
{
    font-weight: bold;
}
.introducao p
{
    margin: 0 0 15px !important;
}
.nome-destaque
{
    font-size: 18px;
    color: black;
}
/*----------------------------------
	Subarea
----------------------------------*/
div.subarea
{
    margin-bottom: 60px;
}

/*----------------------------------
	Parecista
----------------------------------*/
#conteudo div.corpo p
{
    padding: 0;
    margin: 0;
}

div.corpo h3.tit-internas
{
    text-transform: none;
    margin: 30px 0 0 0;
    padding: 0 0 10px 0;
}

div.parecista ul.lista-botoes
{
    margin: 15px 0 0 15px;
    padding: 0;
}

div.parecista ul.lista-botoes li
{
    padding: 0;
}

div.parecista .box
{
    margin-bottom: 20;
}

div.parecista div.corpo dl#lista-cursos dt
{
    background: url(../img/fundo-area-tematica.png) no-repeat 0 0 !important;
    height: 26px;
    padding: 3px 3px 0;
}

/*----------------------------------
	Parecista - Todos os pareceres
----------------------------------*/
#btn-filtrar
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-filtrar.png) no-repeat top left;
    height: 26px;
    width: 76px;
    float: right;
}

#todos-pareceres .nomargin
{
    padding-top: 20px;
}

#todos-pareceres div.resultado-filtros
{
    margin-top: 30px;
}

/*----------------------------------
	Comissao
----------------------------------*/
#btn-imprimir2
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-imprimir-m.png) no-repeat top left;
    height: 25px;
    width: 70px;
}
#btn-exportarexcel
{
    display: block;
    text-indent: -99999px;
    background: url(../img/bt-exportarexcel.png) no-repeat top left;
    height: 25px;
    width: 100px;
}
div.resultado-filtros ul.botoes-navegacao, div.relacao-parecista ul.botoes-navegacao
{
    margin: 10px 0;
}
div.relacao-parecista .paginacao
{
    margin-top: 10px;
}
div.relacao-parecista ul.botoes-navegacao
{
    width: 100%;
}
div.relacao-parecista ul.botoes-navegacao li.exdir
{
    margin-left: 0;
}
div.relacao-parecista ul.botoes-navegacao li.exdir a#btn-voltar
{
    margin-right: 285px;
    margin-left: 0;
}

/* comissao pesquisar trabalhos */
#pesquisar-trabalhos ul.lista-horizontal
{
    margin: 0 15px 30px;
}


/*----------------------------------
	Eventos - Área de login
----------------------------------*/
#login-eventos
{
    position: relative;
    margin-top: -30px;
    top: -20px;
}
#login-eventos .clear
{
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
#login-eventos p span, #login-eventos legend
{
    display: none;
}

.botoes-login
{
    height: 22px;
}
.btn-pareceristas, .btn-comissao
{
    display: block;
    height: 40px;
    position: absolute;
    top: -7px;
}
.btn-pareceristas
	{
		right: 132px;
		width: 100px;
		background: url(../img/parecerista.png) no-repeat;
		color: #FFFFFF;
		text-align: center;
	}
.btn-comissao
	{
		border-style: inherit;
		right: 10px;
		width: 125px;
		background: url(../img/comissao.png) no-repeat;
		color: #FFFFFF;
		text-align: center;
	}

.visible
{
    background-position: 0 -23px;
}

.box-login-parecerista, .box-login-comissao
{
    background: url(../img/fundo_login_eventos.png) repeat-x 0 0;
    display: none;
    position: absolute;
    top: 22px;
    width: 235px;
}
.box-login-parecerista
{
    right: 143px;
}
.box-login-comissao
{
    right: 11px;
}
.box-login-parecerista .conteudo-login, .box-login-comissao .conteudo-login
{
    padding: 5px 10px;
}
span.bt, span.bt span, span.bb, span.bb span
{
    background: url(../img/borda_login_eventos.png) no-repeat;
    clear: both;
    display: block;
    font-size: 1px;
    height: 5px;
    line-height: 1px;
    width: 100%;
}
span.bb
{
    background-position: 0 -12px;
}
span.bb span
{
    background-position: 100% -18px;
}

#login-eventos ul
{
    height: 100%;
}

#login-eventos ul li
{
    display: inline;
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
    width: 100px;
}
#login-eventos ul .last
{
    margin-right: 0;
}
#login-eventos ul li label
{
    color: #fff;
    text-transform: uppercase;
}

.link-minha-area-pick
{
    text-transform: uppercase;
}

.link-minha-area-pick a
{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

.link-lembrar, .link-minha-area-pick
{
    clear: both;
    margin: 5px 0 !important;
    width: 100%;
}
.link-lembrar a, .link-minha-area-pick a
{
    background: url(../img/bullet_seta.png) no-repeat 0 50%;
    padding-left: 6px;
}

.link-lembrar a, .link-cancelar
{
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

.link-lembrar a:hover, .link-cancelar:hover, .link-minha-area-pick a:hover
{
    text-decoration: underline;
}

#login-eventos .container-botoes
{
    font-size: 10px !important;
    line-height: 19px;
    height: 19px !important;
    margin-bottom: 0 !important;
    text-align: center;
    text-transform: uppercase;
}
#login-eventos .container-botoes a
{
    color: #fff !important;
    text-decoration: none;
}

.link-cancelar, .bt-entrar
{
    display: inline;
    float: left;
    height: 19px;
    margin: 0 0 0 10px !important;
}

.link-cancelar
{
    line-height: 19px;
}

.bt-entrar
{
    background: url(../img/btn_entrar.png) no-repeat 0 0;
    border: 0 none;
    cursor: pointer; /*font-size: 1px; 	line-height: 1px; 	text-indent: -9999px;*/
    width: 48px;
}

} /* close media tag */