#titulo
{
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
text-align: center
}

#texto
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;;
	font-size: 12px;
	width: 150px;
	border-color: black;
	border-width: 1px;
	display:block;
	float: left;
  	margin: 0 5px 0 0;
  	text-align: right;
}


#tabela
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
}
#tabela th
{
	border-bottom-color: black;
	color: black;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid;
}
#tabela td
{
	color: #919191;
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
#tabela tbody tr:hover td
{
	color: #000;
}

#formulario
{
	width: 700px;
}

#campos
{
	width: 450px;
	border-width: 0px;
	border-color: blue;
	border-style: solid;
	float: left;
	display: block;
	z-index:2;
	
}

#campos label
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;;
	font-size: 12px;
	width: 150px;
	border-color: black;
	border-width: 1px;
	display:block;
	float: left;
  	margin: 0 5px 0 0;
  	text-align: right;
}

#campos input , select
{

	float: left;
	width: 280px;
}

#campos .inputPequeno
{
	float: left;
	width: 20px;
}

#campos .inputMedio
{
	float: left;
	width: 155px;


}

#campos .botao
{
	float: right;
	width: 50px;
}


form fieldset {
  	clear: both;
  	border-color: #000000;
  	border-width: 0 0 0 0;
  	border-style: nome none none none;
  	padding: 10px;
  	margin: 0 0 0 0;
}

form fieldset legend {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 20px;
  	color: #000000;
  	margin: 0 0 0 0;
  	padding: 0 5px;
}


#hint
{
	border-color: #b9b9b9;
	background-color: #C6CC8E;
	float: right;
	border-width: 1px;
	border-style: solid;
	width: 200px;
}

#hint .titulo
{
	margin-left: 10px;
	margin-bottom: 1px;
	margin-right: 1px;
	margin-top: 10px;
	color: #444444;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	


}

#hint p
{
	margin-left: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;

}


.textoadicional {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
  	text-align: center;	
}

.textoadicesq {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
  	text-align: left;		
	
	
}
.texto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
		
	
}

.nomeCurso{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:normal;
	font-weight: bold;
	color: #6E251E;
}

.descricaoCurso{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color: #787E42;
}