@charset "utf-8";
@import "geral.css";

/* Cores / Tipografia */
.iform legend, .iform input, .iform textarea { color: #6C8800 }
.iform legend {
	font-size: 1.1em;
	text-transform: uppercase
}
.iform textarea { font-size: 1em }

/* Layout */
.iform fieldset { padding-bottom: 20px }
.iform legend {
	display: block;
	margin-bottom: 7px
}
.iform li {
	float: left;
	width: 24.9%;
	margin-bottom: 7px
}
.iform li.half { width: 50% }
.iform li.full {
	clear: both;
	float: none;
	width: 100%;
}
.iform li ul { padding-top: 5px }
.iform li li { width: 24.9% }
.iform li span {
	display: block;
	padding: 3px
}

/* Componentes */
.iform input {
	width: 125px;
	height: 20px;
	padding: 3px 5px 1px;
	border: none;
	background: url(../images/sprite_inputs.png) no-repeat 0 0
}
.iform input:focus, .iform input.focus { background-position: 0 -24px }
.iform li.half input {
	width: 273px;
	background-position: 0  -48px
}
.iform li.half input:focus, .iform li.half input.focus { background-position: 0 -72px }
.iform .checkboxes input {
	vertical-align: middle;
	width: auto;
	height: auto;
	padding: 0;
	background: none
}
.iform select {
	width: 93%;
	margin-top: 1px
}
.iform textarea {
	width: 96%;
	padding: 5px;
	height: 110px;
	border: 1px solid #D1D1D1
}
.iform textarea:focus, .iform textarea.focus { border-color: #A5ACB2 }

/* Button */
.iform button {
	text-indent: -9999px;
	float: right;
	width: 97px;
	height: 27px;
	margin-right: 12px;
	background: url(../images/sprite_botoes-breadcrumb.png) no-repeat 0 -153px
}
.iform button:hover, .iform button:focus,
.iform button.hover, .iform button.focus { background-position: 0 -180px }

/* ERROR */
.iform label.error span {
	color:#800D0A;
}

/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 3px 0 0 3px;
	background: url(../images/seta_dica.gif) no-repeat 0 0;
	opacity: 0.85;
	filter: alpha(opacity=85)
}
#tooltip h3 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6C8800;
	padding: 5px 8px;
	border: 1px solid #DDD;
	background-color: #F9F9F9;
}
#tooltip h3, #tooltip div { margin: 0; }
