* {
    margin: 0;
    padding: 0;
}

#topoIndex {
    background: url(../imagens/topoIndex.jpg) left no-repeat;
    height: 150px;
    width: auto;
}

#middle {
    background: url(../imagens/middle.jpg) left repeat;
    height: 365px;
    text-align: left;
    width: auto;
}

#middleTop, #middleBottom {
    height: auto;
    margin-left: 30px;
}

#middleBottom { padding-top: 85px }

#middleTop h2 {
    border-bottom: 2px solid #333333;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 42px;
    width: 595px;
}

.sucesso {
	margin-top: 38px;
	width: 500px;
}

.sucesso h4 {
	color: #0C73CF;
	border-bottom: 2px solid #0C73CF;
	font-size: 16px;
}

.sucesso p {
	color: #333333;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

#middleBottom h2 {
    color: white;
    float: left;
    font-size: 18px;
    padding-bottom: 10px;
    margin-left: 1px;
}

.subtitulo {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    text-align: justify;
}

.informacao {
    color: #333333;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
}

.campoLogin, .campoSenha {
    background: url(../imagens/user2.png) left no-repeat;
    background-color: #EEEDE8;
    background-position: 2px;
    border: 1px solid #333333;
    height: 24px;
    padding: 3px 0 0 18px;
    width: 140px;
}

.campoSenha {
    background: url(../imagens/key.png) left no-repeat;
    background-color: #EEEDE8;
    padding: 3px 0 0 22px;
}

.botaoLogin {
    background: url('../../imagens/botao.png') no-repeat;
    border: 1px solid #333333;
    cursor: pointer;
    height: 24px;
    text-align: center;
    width: 52px;
}

.rodape {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

