/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

/* BODY */

body {
	background: url(../images/loginFundoPagina.gif);
	font: 11px Verdana, Tahoma, Arial;
}

/* DIV */

#login {
	position: absolute;
	top: 50%;
	margin-top: -185px;
	left: 50%;
	margin-left: -106px;
	width: 212px; height: 369px;
	background: url(../images/loginFundo.jpg);
}

/* LINKS */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

/* PARAGRAFO */

p {
	margin: 5px 0 0 25px;
}

p.alerta {
	color: #C00;
	font-weight: bold;
}

/* FORM */

form {
	margin: 142px 0 0 25px;
}

/* LABEL */

label {
	color: #069;
	font-weight: bold;
}

/* INPUT */

input {
	width: 155px;
	border: 1px solid #036;
	font-size: 11px;
	padding: 2px;
	margin: 3px 0 5px 0;
}

input:focus {
	background-color: #E8F3FF;
}

input.botao {
	font-size: 10px;
	width: 80px;
	background-color: #069;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
