* { margin: 0; padding: 0; vertical-align:baseline; }

html { height: 100%; }

body {
    color: #006633;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    text-align: center;
}

img { border: none; }

.esquerda { text-align: left; }

div#temp {
    height: 100%;
    height: auto !important;
    margin: 80px auto;
    min-height: 100%;
    padding: 0;
    width: 300px;
}
	#temp > form {
		margin-top: 2em;
		width: 100%;
	}
		#temp > form input[type=text],
		#temp > form input[type=number],
		#temp > form input[type=password] {
			border:1px solid #006633;
			height: 1em;
			padding: 1em;
			width: 90.75%;
		}
		#temp > form input[type=submit] {
			background-color: #693;
			border: 0;
			color: #fff;
			cursor: pointer;
			font-weight: bold;
			height: 3.2em;
			padding: 1em;
			width: 100%;
		}

	#temp table {
		border: none;
		width: 100%;
	}
		#temp table tr td { height: 2em; }
		#temp table h1 {
			font-size: 1.8em;
			line-height: 3.2em;
			text-align: center;
			text-transform: uppercase;
		}
	
	#temp address {
		font-size: 1.2em;
		font-style: normal;
		line-height: 20px;
		margin-top: 35px;
		margin-bottom: 35px;
	}
	
	#temp a { color: #FFF; }
	#temp a:hover { color: #FFC; }
	#temp strong { font-size: 2em; }
	#temp p strong {
		font-size: 1.5em;
		line-height: 20px;
	}