/* CSS Reset */
body {
	margin: 0;
	padding:50px;
	line-height: 1;
	background-color: #F0F0F0;
}
ol, ul {
	list-style: none;
}

/* Outros */

.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.j {
	text-align: justify;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.txt-direitos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	text-align: center;
}
.txt-error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.label-form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #262626;
}
.frm-imput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	width: 100%;
	border: 1px solid #b8d9bd;
	padding: 4px;
}
