address {
	margin						: 10px 20px;
	font-style					: normal;
}
	address strong {
		font-size				: 130%;
	}
form {
	display						: block;
	padding						: 0;
	margin						: 10px 0;
	overflow					: hidden;
}
form legend {
	display						: none;
}
form ul {
	list-style					: none;
	margin-left					: 0;
}
form fieldset {
	display						: block;
	margin						: 5px 0;
	border						: 0;
	padding						: 0;
}
form fieldset label {
	display						: block;
}
form fieldset .radios label {
	display						: inline;
}
input[type=hidden] {
	display						: none !important;
	visibility					: hidden !important;
}
textarea {
	height						: auto;
}
/**********************************************/
input:focus, textarea:focus {
	border						: 1px solid #999;
	color						: #999;
	background					: #F7F7F7;
}
input, textarea, select {
	border						: 1px solid #CCC;
	background					: #FFF;
	color						: #666;
	padding						: 5px;
	border-radius 				: 0.5em;
}
textarea.FULL {
	width	: 100%;
	margin	: 5px 0 10px;
}
/**************************/
form#FM_LOGINT {
	float				: right;
	margin				: 5px 20px 0 0;
}
	form#FM_LOGINT fieldset label {
		display			: inline;
		margin			: 0 10px;
		color			: #FFF !important;
	}	
form#FM_LOGIN fieldset input, form#FM_RECUPERAR_SENHA fieldset input {
	width: 70%;
}
div#COLUNA form label input {
	width:auto;
}
/*########################################################################################################################################################
	FORM upfoto na coluna
#######################################################################################################################################################*/
div#COLUNA form#FM_UPFOTO label {
	margin: 5px 0;
}
div#COLUNA form#FM_UPFOTO label input {
	width: 90%
}
div#COLUNA form#FM_UPFOTO label select {
	width: 95%
}
/*########################################################################################################################################################
	FORM 100%
#######################################################################################################################################################*/
form fieldset.FM_FULL label {
	display		: block;
	margin-top	: 10px;
	clear		: both;
}
form fieldset.FM_FULL label strong{
	width		: 20%;
	display		: block;
	float		: left;
	text-align	: right;
	margin-right: 10px;
}
form fieldset.FM_FULL label span {
	display		: block;
	text-align	: right;
	font-size	: 90%;
	color		: #999;
	font-weight	: normal;
}
form fieldset.FM_FULL input, form fieldset.FM_FULL textarea, form fieldset.FM_FULL select {
	width		: 75%;
	margin		: 0 0 0 0;
}
form fieldset.COMMENT input, form fieldset.COMMENT textarea, form fieldset.COMMENT select {
	padding		: 7px 5px;
}
form fieldset.FM_FULL select {
	width		: 76%;
}
/*########################################################################################################################################################
	FORM 50%
/*#######################################################################################################################################################*/
div#SITE form fieldset.FM_METADE label {
	margin					: 10px 10px 0 10px;
	float					: left;
}
div#SITE form fieldset.FM_METADE label strong {
	width					: 40%;
	margin-right			: 5px;
	display					: block;
	float					: left;
	text-align				: right;
}
div#SITE form#fm_bsc fieldset.FM_METADE label strong {
	width					: 20%;
}
/*########################################################################################################################################################
	FORM DICAS
/*#######################################################################################################################################################*/
form#FM_DICAS fieldset.FM_FULL textarea {
	width: 97%;
}
/*########################################################################################################################################################
	BOTÕES
/*#######################################################################################################################################################*/
.BOTAO {
	width						: auto;
	padding						: 5px 10px;
	border						: none;
	background					: #97AFC5;
	cursor						: pointer;
	color						: #FFF;
	font-weight					: bold;
}
.BOTAO:hover {
	border						: none;
	background					: #EFEFEF;
	color						: #587DA1;
}
.BOTAONOVO {
	width						: auto !important;
	float						: right;
	border						: none;
	margin						: 5px 2% 5px 5px !important;
	padding						: 5px;
	background					: #fa8c00;
	cursor						: pointer;
	color						: #FFF;
	font-weight					: bold;
}
.BOTAONOVO:hover {
	background					: #EFEFEF;
	color						: #fa8c00;
}

/*########################################################################################################################################################
	EXTRAS
/*#######################################################################################################################################################*/
.NADA {
	width						: auto;
	height						: auto;
	margin						: 0;
	padding						: 0;
	border						: 0;
	background					: none;
}
