/* CSS Document */
#title_etapa{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #ff9900;
	margin: 10px 0px 0px 0px;
}
#etapa_desc{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 0px 10px 0px 15px;
}
.title_big{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #ff9900;
}
.help_text{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #00CC00;
}
.title_form{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ff7700;
}
.form_field{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #666666;
	border: dashed #FF9900 1px;
	background-color:#f5f5f5;
	height: 20px;
	width: 300px;
}
.button {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: solid #FF9900 1px;
	background-color: #FFFF66;
}
.text_normal{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #666666;
}

/*layers to forms*/
#numero {
	position:absolute;
	left:10px;
	top:10px;
	width:95px;
	height:95px;
	z-index:1;
}
#titulo {
	position:absolute;
	left:110px;
	top:50px;
	width:380px;
	height:150px;
	z-index:2;
}
#etapas {
	position:absolute;
	left:420px;
	top:201px;
	width:140px;
	z-index:3;
}
#formulario {
	position:absolute;
	left:32px;
	top:150px;
	width:380px;
	z-index:4;
	overflow: visible;
}
#legenda {
	position:absolute;
	left:431px;
	top:393px;
	width:120px;
	z-index:1;
}
