.etiqueta-formulario {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #666666;
	text-decoration				: none;
	text-align					: right;
	padding-right				: 5px;
}
.opcao-menu {
	font-family					: Tahoma;
	font-size					: 11px;
	font-style					: normal;
	font-weight					: normal;
	color						: #333333;
	text-decoration				: none;
	text-align					: left;
	vertical-align				: middle;
}
.opcao-menu:hover {
	font-family					: Tahoma;
	font-size					: 11px;
	font-style					: normal;
	font-weight					: normal;
	color						: #333333;
	text-decoration				: underline;
	text-align					: left;
	vertical-align				: middle;
}
.botao {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #333333;
	text-decoration				: none;
	text-align					: center;
	vertical-align				: middle;
	border						: 1px solid #999999;
	background-color			: #EBEBEB;
	cursor						: hand;
}