/******************************************
	Formulário de Inscrição
******************************************/
fieldset {  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #7FAACA;  
	background: #CFE1ED url(../img/fieldset_gradient.jpg) top left repeat-x;
}
fieldset li {float: left;clear: left;width: 100%;padding-bottom: 1.5em; padding-left: 1.5em;}

fieldset ol {padding: 1em 1em 0 1em;list-style: none;}

fieldset.submit {float: none;width: auto;border-style: none;padding-left: 12em;background-color: transparent;background-image: none;border: 0 none #FFF;}
legend { margin-left: 1em;padding: 0;color: #000;font-weight: bold;}
label {display: block;float: left;width: 10em;margin-right: 1em;}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
head~body fieldset ol { width: 20em; }
head~body fieldset ol li {width: 18em;}
head~body fieldset ol li label {float:right; width:12em; margin-right: 2em;}


 }
 
 #cursoFieldset fieldset li {
	width:125%;
	margin-left:-140px;
}

/*element-subgroups.css (excerpt)*/
fieldset fieldset {  
	
	margin-bottom: 20px;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}
fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	top: 0;
}

fieldset fieldset ol{
	top:-1.5em;
	margin:0 0 0 11em;
	padding:0;
	
}
fieldset fieldset ol li { margin-bottom: -10px; }


/*
fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 11em;  
	padding: 0;
}
fieldset fieldset ol li { padding-bottom: 1.5em; }
*/

fieldset fieldset label {  
	margin: -0.3em 0 0 1.5em;
	width:auto;
	float:left;

}
fieldset fieldset input {  
	clear:left;
	float:left;

}

/* Requerido */
label strong, legend strong{   
	color: #C00;  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%; 
	font-weight: bolder;
}
label em {color: #C00;  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%; 
	font-weight: bolder;
	display: block;}


.obs{
/* div com descrição */
	width: 97%;
	margin:0 0 20px 0;
	_margin:0 0 25px 0;
	padding:10px;
	float: left;  
	clear: both; 
	display: block;  
	color: #990000;  
	font-size: 85%;  
	font-weight: normal;  
	border: 1px solid #FF8C8C;  
	background: #FFD7D7;

}
.obshide{display:none;}

.obs h3{color:#990000;font-size:150%;margin-top:-10px;}
}

.esconder{
	display:none;
}


.riscado {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: line-through;
}

.hidden{
	visibility: hidden;
	height:0px;
}
