form {
	display						: block;
	padding						: 0;
	margin						: 0;
}
legend {
	display						: none;
}
fieldset {
	display						: block;
	margin						: 0 0 10px 0;
	border						: 0;
	padding						: 0;
}
fieldset label {
	display						: block;
}
fieldset .radios label {
	display						: inline;
}
form ul {
	list-style					: none;
	margin-left					: 0;
}
input[type=hidden] {
	display						: none !important;
	visibility					: hidden !important;
}
/**********************************************/

input:focus, textarea:focus {
	border						: 1px solid #A70783;
	color						: #A70783;
}

input, textarea, select, button {
	padding						: 2px;
	border						: 1px solid #D1E5F5;
	background					: url('images/bt_bg.gif') repeat-x bottom left;
	color						: #3572AA;

	-moz-border-radius 			: 0.5em;
	-webkit-border-radius		: 0.5em;
	-opera-border-radius		: 0.5em;
	border-radius 				: 0.5em;
}

textarea {
	height						: auto;
}

button {
	margin						: 0;
}

option.disabled {
	padding-left				: 30px;
}
/*########################################################################################################################################################
	FORM BUSCA SIMPLES
#######################################################################################################################################################*/
body div#MENU form#fm_bscs {
	width		: 150px;
	margin		: -10px 0 0 20px;
}
body div#MENU form label {
	display		: block;
	margin		: 5px 0 2px 0;
	clear		: both;
}
/*########################################################################################################################################################
	FORM FULL
#######################################################################################################################################################*/
body div#CONTEUDO form fieldset.FM_FULL label {
	display		: block;
	margin		: 10px 0;
	padding		: 5px 0;
	clear		: both;
}
body div#CONTEUDO form fieldset.FM_FULL label strong{
	width		: 20%;
	display		: block;
	float		: left;
	text-align	: right;
}
body div#CONTEUDO form fieldset.FM_FULL label span {
	display		: block;
	text-align	: right;
	font-size	: 90%;
	color		: #999;
	font-weight	: normal;
}

body div#CONTEUDO form fieldset.FM_FULL input, body div#CONTEUDO form fieldset.FM_FULL textarea, body div#CONTEUDO form fieldset.FM_FULL select {
	width		: 75%;
	margin		: 0 0 0 15px;
}
body div#CONTEUDO form fieldset.FM_FULL select {
	width		: 76%;
}

body div#CONTEUDO form fieldset.FM_FULL div {
	width		: 75%;
	margin		: 0 0 5px 15px;
	float		: left;
}
body div#CONTEUDO form fieldset.FM_FULL div div.METADE {
	width		: 33%;
	float		: left;
	margin		: 0;
}
	body div#CONTEUDO form fieldset.FM_FULL div input {
		margin	: 0;
	}

body div#CONTEUDO form fieldset.FM_100 {
	padding-right	: 10px;
}
body div#CONTEUDO form fieldset.FM_100 textarea {
	width		: 99%;
}
/*########################################################################################################################################################
	FORM NO TOPO
/*#######################################################################################################################################################*/

body div#TOPO form {
	margin-top		: 25px;
	tezxt-align		: center;
}
body div#TOPO form input, form#fm_conex input {
	margin			: 0 5px;
}
body div#TOPO form .BOTAO, form#fm_conex .BOTAO {
	font-size		: inherit;
	line-height		: inherit;
	display			: inline;
}

form#fm_conex {
	margin: 5px 0;
}

/**/
body div#CONTEUDO div#BUSCA form#fm_agenda {
	width			: 80%;
	margin-left		: 10%;
}
/**/
#fm_exc {
	margin	: 0 20%;
	*margin	: 0 10% 0 20%;
}
#fm_exc .BOTAO {
	margin	: 2px 0 0 0 !important;
	*margin	: -21px 0 0 0 !important;
}
/*########################################################################################################################################################
	BOTÕES
/*#######################################################################################################################################################*/
.BOTAO, .BOTAOMINI {
	width						: auto;
	height						: 22px;	
	border						: none;
	
	margin						: 0;
	margin-top					: 5px;
	
	padding-bottom				: 6px;
	!padding-bottom				: 4px;
	
	background					: #EFEFEF;
	cursor						: pointer;
	color						: #666;
	font-weight					: bold;

font-size: 0px;
display:block;
line-height: 0px;
}
.BOTAOMINI {
	height						: 18px;
	margin						: 5px;
}

input#BT_CANCELAR {
	width						: 130px;
	text-indent					: 130px;
	background					: url('images/bt_cancelarcadastro.gif') no-repeat 0 0;
}

input#BT_ACEITAR {
	width						: 58px;
	text-indent					: 58px;
	background					: url('images/bt_aceitar.gif') no-repeat 0 0;
}

input#BT_BLOQUEAR {
	width						: 69px;
	text-indent					: 69px;
	background					: url('images/bt_bloquear.gif') no-repeat 0 0;
}

input#BT_NACEITAR {
	width						: 81px;
	text-indent					: 81px;
	background					: url('images/bt_naceitar.gif') no-repeat 0 0;
}

form input#BT_BUSCAR {
	width						: 69px;
	text-indent					: 69px;
	background					: url('images/bt_buscar.gif') no-repeat 0 0;
}
form input#BT_PROCURAR {
	width						: 87px;
	text-indent					: 87px;
	background					: url('images/bt_procurar.gif') no-repeat 0 0;
}

form input#BT_ENTRAR {
	width						: 69px;
	text-indent					: 69px;
	background					: url('images/bt_entrar.gif') no-repeat 0 0;
}

form input#BT_ENVIAR {
	width						: 63px;
	text-indent					: 63px;
	background					: url('images/bt_enviar.gif') no-repeat 0 0;
}

/*########################################################################################################################################################
	EXTRAS
/*#######################################################################################################################################################*/

.SIZE {
	width						: auto !important;
}

.NADA {
	width						: auto !important;
	height						: auto;
	margin						: 0;
	padding						: 0;
	border						: 0;
	background					: none;
}