* {
    padding: 0;
    margin: 0;
}
html {
    background: #6DB439;
    text-align: center;
}
body {
    font: 13px "Lucida Sans Unicode","Lucida Grande","verdana", sans-serif;
    margin: auto;
    text-align: left;
    width: 630px;
}
hr {
    clear: both;
    visibility: hidden;
}
#header {
    padding: 10px;
}
#header p {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 22px;
}

#escolha {}

    #escolha a {
	background: #5D932F;
	display: block;
	float: left;
	padding: 10px;
	margin: 10px;
	text-decoration: none;
	width: 275px;
    }
    
	#escolha a strong {
	    font-size: 22px;
	    display: block;
	    line-height: 17px;
	    text-transform: uppercase;
	}
	
	#escolha a span {
	    display: block;
	    text-transform: uppercase;
	}
	
	#escolha a:hover {
	    background-color: #66A334;
	}

#content {
    background: #FFF;
    display: none;
}

ul {
    background: #5D932F;
    height: 65px;
    list-style: none;
}

ul li {
    display: inline;
    float: left;
}

ul li a {
    color: #FFF;
    display: block;
    font-size: 25px;
    letter-spacing: -2px;
    outline: none;
    text-decoration: none;
    padding: 9px 20px;
}

ul li.current a {
    background: #FFF;
    color: #66A334;
    padding: 10px 20px;
}

ul li a:hover {
    background: #3E631F;
}

ul li.current a:hover {
    background: #FFF;
}

ul li a span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}

hr {
    border: 0;
    clear: both;
    visibility: hidden;
    margin-bottom: 10px;
}

img {
    margin-bottom: 20px;
}

div.formulario {
    background: #FFF url(../images/bg_bottom_cadastro.jpg) bottom repeat-x;
    margin-bottom: 10px;
    padding: 15px;
}

form fieldset {
    border: 0;
    clear: both;
    margin-bottom: 30px;
    width: 600px;
}
form fieldset legend {
    display: none;
}

form fieldset p {
    color: #666;
    font-size: 12px;
    margin-bottom: 25px;
    width: 500px;
}

form label {
    color: #5D932F;
    float: left;
    position: relative;
    margin-right: 25px;
}

form label input,
form label select {
    display: block;
}

form label input {
    border: 1px solid #CCC;
    background: #FFF url(../images/bg_input_cadastro.jpg) repeat-x;
    color: #999;
    font: 15px "Lucida Sans Unicode","Lucida Grande","verdana", sans-serif;
    padding: 7px;
    width: 220px;
}

form label input:focus {
    color: #555;
    border-color: #6DB439;
}

form label.big {
    margin-right: 0;
}

form label.big input {
    font-size: 20px;
    letter-spacing: -1px;
    width: 570px;
}

form h3 {
    border-top: 1px dotted #BBB;
    color: #5D932F;
    font-size: 13px;
    padding: 10px 0;
}

form label select {
    border: 1px solid #CCC;
    padding: 5px;
}

form label small {
    color: #999;
    float: right;
    font-size: 11px;
    position: absolute;
    right: 0;
}

form button.submit {
    background: #DDD url(../images/bg_botao_grande.jpg) no-repeat;
    border: 0;
    color: #5D932F;
    font: 28px "Lucida Sans Unicode","Lucida Grande","verdana", sans-serif;
    height: 75px;
    letter-spacing: -2px;
    margin-top: 35px;
    width: 239px;
}

form button.submit:focus {
    background-position: 0 -75px;
    color: #333;
}

div#error {
    background: #C00;
    border: 1px solid #FFC;
    color: #FFF;
    margin: 10px;
    padding: 10px;
}

div#error ol {
    list-style-position: inside;
}
h1 {
    font-size: 20px;
    color: #FFF;
}
a {
    color: #FFF;
}

#footer {
    color: #FFF;
    padding: 0 10px;
    margin-bottom: 20px;
}

#footer p {
    font-size: 10px;
    line-height: 11px;
}

#footer a.sugestoes {
    float: right;
    font-size: 9px;
    line-height: 11px;
    margin-top: -20px;
    text-align: right;
    text-decoration: none;
    width: 130px;
}