﻿input[type="text"] {
    width: 320px;
    height: 30px;
    background: url(../imgs/bg_buscar.png) no-repeat; 
    border: none;
    vertical-align: middle; 
    padding-left: 10px;
    color: #7d7d7d;
    font-weight: bold;
}
input {   
}
input[type="image"] {
    margin-left: -4px;
    vertical-align: middle; 
}
option {
    color: #000;
}




#downloads {
    /*width: 855px;*/
    /*padding: 40px 60px 0px 60px;*/
    background: url(../imgs/bg_cabecalho.jpg) repeat;
    padding-bottom: 30px;
}
#ultimas_postagens {
    /*width: 855px;
    padding: 40px 60px 0px 60px;*/
}
#downloads h1 {
    padding: 40px 0px 20px 60px;
}
#box_pesquisar {
    background: url(../imgs/bg_pesquisar.png) no-repeat center;
    padding: 10px 60px 0px 60px;
    height: 68px;
}
#box_pesquisar h2:first-child {
    margin-bottom: 5px;
}



.elementos_form {
    float: left;
    margin-right: 12px;
}

.ultimas_postagens {
    font-size: 16px;
    font-weight: bold;
    padding: 40px 60px 0px 60px;
}
.postagem {
    padding: 20px 60px 20px 60px;
}
.box_imagem_postagem {
    width: 259px;
    border: 7px solid #f5f6f5;
    float: left;
}
.box_imagem_postagem img {
    border-right: 10px solid #000000;
    border-left: 10px solid #000000;
}

.dados_postagem {
    margin-left: 289px;
}
.data_numero_postagem {
    font-size: 10px;
}
.titulo_postagem {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}
.descricao_postagem {
    line-height: 
}

.btn_opcoes_postagem {
    margin-top: 15px;
}
.btn_assitir_video, .btn_baixar_video, .btn_baixar_audio {
    float: left;
    margin-right: 10px;
}
.btn_assitir_video a, .btn_baixar_video a, .btn_baixar_audio a {
    display: block;
    height: 39px;
    position: relative;
    z-index: 1;
}
.btn_assitir_video {
    width: 112px;
    background: url(../imgs/btn_assitir_video.png) no-repeat;
}
.btn_baixar_video {
    width: 151px;
    background: url(../imgs/btn_baixar_video.png) no-repeat;
}
.btn_baixar_audio {
    width: 151px;
    background: url(../imgs/btn_baixar_audio.png) no-repeat;
}
.tamanho_audio, .tamanho_video {
    display: block; 
    position: absolute;
    z-index: 2;
    margin-top: 19px;
    margin-left: 38px;
    font-size: 9px;
    color: #424242;
}
