@charset "utf-8";
/* CSS Document */

body {
	margin: 20px;
	padding: 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #ffb801; 
	text-align: center;
}

#all {
	width: 760px;
	margin: 0 auto;
}

#top {
	margin: 0px;
	background: url('includes/template/imgs/bg_header.gif') #ffc603 no-repeat;
	height: 255px;
}

#top h1 {	
	display: none;
}
#content {
	margin: -20px 0px 0px 0px;
	padding: 10px;
	background: url('includes/template/imgs/bg_content.gif') #ffc603 no-repeat;
	background-position: bottom;
}

#main {
	margin: 10px 10px;
	text-align: left;
	width: 720px;
}

#main #top20txt {
	width: 550px;
	margin: 10px 10px 20px 100px;
}

#main form,
#form_resp {
	padding: 10px;
}
#txt_resumo,
#footer {
	padding: 10px;
	margin: 10px;
}

#footer {
	margin: 50px 0px 0px 0px;
}
.button,
.button_big {
	width: 200px;
	height: 50px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background: url('includes/template/imgs/bg_button.gif') no-repeat;
	border: none;
	background-color: none;
	
}
.button_big {
	font-size: 11px;
	font-weight: normal;
}

form p label {
	font-size: 14px;
}

.input,
.form_err {
	border: 1px solid #930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}

.form_obrig {
	font-size: 20px;
	color: red;
}

.form_obs {
	font-size: 10px;
	color: #630;
}

.quiz_ativo {
	font-size: 24px;
	font-weight: bold;
}

.form_err {
	background-color: #FFCC66;
}

fieldset {
	padding: 10px;
	border: 1px solid #630;
}
legend {
	font-weight: bold;
	font-size: 14px;
	color: #630;
}

/** Imagens da Home **/
#el_cadastro {
	float: left;
	margin: 20px 10px 0px 236px;
}
#el_start {
	margin: 10px 0px 0px 0px;
	*margin: 10px 0px 0px 0px;
	padding-top: 20px;
	*padding-top: 10px;
	
}
#clear {
	clear: both;
	margin: 7px 0px 0px 0px;
}

/** alert msg **/
#msg 
{
	background-color: #ffb801;
	padding: 30px 10px 10px 10px;
}

#msg p {
	margin: 5px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
.msg_err {
	background: url('includes/template/imgs/bg_msg_err.gif') no-repeat;
	border: 1px dashed #900;
	color: #600;
}
.msg_ok {
	background: url('includes/template/imgs/bg_msg_ok.gif') no-repeat;
	border: 1px dashed #060;
	color: #060;
}

/** quiz perguntas **/
#quiz_dados h1,
#quiz_dados p {
	margin: 5px;
}


#quiz_question {
	font-size: 14px;
}

table #top20 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
	border: 0;
}

#top20 th {
	text-align: center;
	background-color: #c60;
	color: white;
	padding: 5px;
}
#top20 td {
	padding: 5px;
}
.top20_1st {
	font-size: 22px;
	font-weight: bold;
}

.top20_cor {
	background-color: #fc0;
}

#nav_top20 {
	position: absolute;
	z-index: 24;
	top: 190px;
	left: 50%;
	margin-left: 315px;
}