/* CSS Document */

body, form, fieldset, img { padding:0px; margin:0px; border:none;}

/* XXXXXXXXX CONTEUDO XXXXXXXXXX */
/* XXX LISTA DENTRO da caixa auxiliar */

p {
	font:normal normal normal 12px/16px "Trebuchet MS";
	color:#585A5B;
	margin:0;
	padding:3px 0 0;
}
span {
	font:normal normal normal 12px/16px "Trebuchet MS";
	color:#585A5B;
	margin:0;
	padding:3px 0 0;
}
div p {
	margin:10px 0 0;
}

a {
	color:#4E79A0 !important;
	font:normal normal normal 12px/18px "Trebuchet MS";
	padding-bottom:3px;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
/* XXXXXXXXXXXX formulario XXXXXXXXX */

div.formulario {}
fieldset.formulario {}
label {
	width:100%;
	clear:both;
	float:left;
	font:normal normal normal 12px/15px "Trebuchet MS";
	margin-top:5px;
	color:#585A5B;
}

label span {
	font:normal normal normal 12px/15px "Trebuchet MS";
	color:#585A5B;
}
label input {
	font:normal normal normal 12px/25px "Trebuchet MS";
	color:#4c4b4b;
	vertical-align:middle;
	cursor:default;
	float:left;
	margin:2px 4px 8px 2px;
	*margin:0px 1px 0 0;
}
label.chkRadio input { border:none;}


/*label textarea { font:normal normal normal 11px "Trebuchet MS", sans-serif; border:solid 1px #9c9c9c;}*/

input.btOk {
	background:Transparent url(/img/bt_ok.gif) no-repeat center center;
	width: 36px;
	height: 26px;
	border: none;
	cursor:pointer;
	cursor:hand;
}
input.btVotar {
	background:Transparent url(/img/bt_votar.gif) no-repeat center center;
	width: 56px;
	height: 26px;
	margin:20px 0 0;
	_margin:0;
	border: none;
	cursor:pointer;
	cursor:hand;
}
input.btResponder {
	background:Transparent url(/img/bt_responder.gif) no-repeat center center;
	width: 71px;
	height: 26px;
	margin:20px 0 0;
	_margin:0;
	border: none;
	cursor:pointer;
	cursor:hand;
}
input.botaoDescadastrar {
	background:Transparent url(/img/bt_descadastrar.gif) no-repeat center center;
	width: 84px;
	height: 26px;
	margin:20px 0 0;
	_margin:0;
	border: none;
	cursor:pointer;
	cursor:hand;
}
