BODY {
	text-align: center;
	background-color: white;
	background-image: url(/bob/MULTIMIDIA/bg_logo_simulador_1024x819.jpg?t=1);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000050;
}
		
#cabecalho, .tituloSimples {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* font-size: 11px; */
    line-height: 15px;
    color: #000050;
    font-weight: bold;
    width: 100%;
    text-align: justify;
    margin-top: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
}

		#formulario TABLE TH {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			vertical-align: center;
			color: #000000;
			font-weight: bold;
		}

		.label_valor {
			width: 100%;
			text-align: center;
			margin-top: 5px;
		}


		#resposta 			{text-align: center; margin-top: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
		#resposta TABLE	    {border: 1px solid ccccdd; font-size: 10px;}
		#resposta TABLE TH	{background-color: #ccccdd; text-align: center; vertical-align: center; height: 25px; font-weight: bold; width: 25%;}
		#resposta TABLE TD	{border: 1px solid #ccccdd; background-color: #ffffff; text-align: center; vertical-align: center; height: 25px;}

		#erro				{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 15px;
			color:#ff2222;
			font-weight: bold;
			margin: 5px;
		}
		
		#botoes INPUT		{border: 1px solid black; background-color: #ccccdd; font-weight: bold; }
	



table label {
    color: #000050;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.04em;
    padding: 0px 20px 0px 0px;
    display: inline-block;
    width: 120px;
}

table select, table input, input
{
	color: #747981;
    font-size: 15px;
    border-radius: 10px;
    border: thin;
    padding: 0;
    margin: 0;
	height: 40px;
	background: #F2F2F2;
}	

input[type=button], input[type=submit], input[type=reset]
{
	line-height: 18px;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    border: 0;
    height: 40px;
    border-radius: 10px;
    padding: 0px 32px 0 20px;
    margin: 10px 20px;
    color: #FFFFFF;
    /* box-shadow: 0px 10px 30px rgb(0 0 80 / 20%); */
    background: #0B45E4 url("/BOB/MULTIMIDIA/onde_tem/bobd00im_Seta_Branco_Direita.png?t=1") no-repeat center;
    display: inline-block;
    position: relative;
	/*width: 110px;*/
    background-position: 93%;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
    background-color: #095aba;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #0d66d0;
}