#form {
	margin-top: 0;
}
#form form {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
}
#form fieldset {
	margin-top: 0px;
	padding: 20px;
	border: 1px solid #ccc;
	width: 90%;
}
#form legend {
	color: #436576;
	font-size: 145%;
	text-indent: 8;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	margin-bottom: 5px;
	font-weight:bold;
}
/* CORRIGIR O MARGIN-BOTTOM*/
        html>body #login legend {
	margin-bottom: 0px;
}
#form input {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	margin-bottom: 10px;
}
#form textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	margin-bottom: 10px;
	color: #0E0659;
}
#form select {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	margin-bottom: 10px;
	color: #0E0659;
}
#form label {
	display: block;
	width: 140px;
	float: left;
	color: #000;
	border-bottom: 1px solid #f1f1f1;
}
#form .botao {
	margin-left: 140px;
	background-color: #2B3D4A;
	color:#FFFFFF
}
.erroEnviar {
	font-size: 140%;
	font-weight: bold;
	color:#FF0000;
}
#botaoEnviar {
	margin-left: 140px;
}
#fotoEnvAmi label {
	display: block;
	width: 80px;
	float: left;
}
#fotoEnvAmi input {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	margin-bottom: 10px;
	color: #0E0659;
}
