*{
	margin: 0; padding: 0;
}
body {
    background: url(/img/linhas.png) #1F4E8F;
}
#geral{
	padding: 70px 0px;
	display: block;
}
#especifico{
	width: 400px;
	margin: 0 auto;
        background: #002a64;
        border: 5px solid #568CCE;
        box-shadow: 0px 0px 10px black;
        -moz-box-shadow: 0px 0px 10px black;
        -webkit-box-shadow: 0px 0px 10px black;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
}
#superior{
	margin-bottom: 0px;
}
#titulo{
        text-align: center;
	padding: 20px 0px;
	font: 18px verdana;
	font-weight: bold;
	color: white;
}
#footer{
	padding: 20px 0;
        text-align: center;
	font: 12px arial;
	color: #ccc;
}
#conteudo{
	text-align: left;
	border-top: 0;
        padding: 0 30px;
}
#conteudo .titulo_campo {
    color: #568CCE;
    font: 14px arial;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 5px;
}
#conteudo .campo {
    text-align: center;
}
#conteudo .campo input {
    width: 316px;
    padding: 10px 10px;
    border: 2px solid #00275B;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#conteudo .campo input:focus {
    box-shadow: 0px 0px 10px #568CCE;
    -moz-box-shadow: 0px 0px 10px #568CCE;
    -webkit-box-shadow: 0px 0px 10px #568CCE;
}
#conteudo .botao {
    text-align: center;
    margin-top: 10px;
}
#conteudo .botao input[type=submit] {
    border: 2px solid #568CCE;
    background: url(/img/bg_botao.png) repeat-x  #004AAA;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#flashMessage {
    background: red;
    color: white;
    font: 12px arial;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#flashMessage a{
    color: white;
}