body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align:center;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	text-align:center;
}

.template {
	display: none;
}

input[type=radio],input[type=checkbox] {
	/* float: left; */
	margin: 2px 5px 2px 0px;
	outline: none 0;
	padding: 0px;
	vertical-align:middle;
	
}

input[type=text], select, input[type=password] {
	font-size: 12px;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
	background-color: #ffffaa;	
}

.erro_obrigatorio {
	background-color: #ffaaaa;
}
 
.campos_fixos label,.campos_variaveis label {
	margin-top: 10px;	
}

label {
	float: left;
	font-weight: bold;
}

label>span {    
	display: inline-block;
	width: 325px;
	text-align:right;
	padding-right: 5px;
}

.lbl_multi{
	margin-top:0!important;
}

.option_multi {
	padding-top:10px;
}

input[type=text], input[type=password], select {
	border: 1px solid #aaaaaa;
}

input:disabled {
	background-color: #dddddd;
}

.t1 {
	width: 60px;
}

.t2 {
	width: 120px;
}

.t3 {
	width: 180px;
}

.t4 {
	width: 240px;
}

.t5 {
	width: 300px;
}

.t6 {
	width: 360px;
}

br {
	clear: both;
}

A:link, a:visited, a:hover {
	color: #8080ff;	
}

#aguarde {
	display: none;
	margin: 40px;
}

#dialog {
	display: none;
	font-size: 11px;
	max-height: 200px;
}

#dialog_msg p {
	max-height: 200px;
	overflow-y: auto;
}

#dialog_msg .erro {
	color: red;
}

div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
	font-size: 11px;
}

h3 {
	margin-top: 4px;
}

.mascara {
	position: fixed;
	background-color: #a0a0a0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 128px;
	height: 128px;
	border-radius: 25px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	display: none;
	z-index: 100000;
}
.aguarde {
	margin-top: 25px;
}

.mascara_total {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAAQABAAACAkQBADs=);
    background-repeat: repeat;
    z-index: 8999;
   	opacity: 0.05;
	filter: alpha(opacity=5);
	display: none;
}

.botoes {
	text-align: center;
	margin-top: 25px;
}

.msg_final {
	display: none;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.msg_final h2 {
	font-weight: bold;
}

.aviso {
	text-align:center;
	display: block;
}

.aviso span {
	display: inline-block;
	border: 1px dashed #5555ff;
	padding: 5px 10px;
	font-size: 12px;
}

#bt_refresh {
	cursor: pointer;
	border: none;
	margin-left: 10px;
}

.captcha img, .captcha input, .catpcha label{
	vertical-align: middle;
}

#captchaIMG {
	margin-left: 40px;
	border: 1px solid #aaaaaa;
	width: 150px;
	height: 70px;
}


/*
 *          ESTILOS PÁGINA DE CONFIRMAÇÃO
 */
.botoes {
	text-align: center;
}

.lista_partic label {
	font-weight: normal;
	margin: 5px;
}

.lista_partic label>span {
	float: left;
	width: auto;
}

.partic_status {
	color: red;
	font-weight: bold;
}

#inscricao #total_comp {
	width: auto;
	font-weight: normal;
}