@charset "utf-8";

/* CSS - GERAL */
.clear{clear:both;}
.bold{font-weight:bold;}
.underline{text-decoration:underline;}

.nomes{
	width:220px;
	float:left;
	margin-left:10px;
}
.campos{
	width:230px;
	float:left;
	margin-left:5px;
	display:inline;
}

form, fieldset, label, input{
	padding:0;
	margin:0;
}
form {
	width:460px;
}
form fieldset{
	width:470px;
	height:auto;
	border:0;
	padding-top:20px;
}
span.titulo{
	text-align:center;
	color:#24658F;
	font-size:14px;
	margin-bottom:20px;
}
form fieldset label{
	width:200px;
	height:30px;
	float:left;
}
form fieldset label input{
	width:220px;
	margin-bottom:2px;
	height:18px;
	font-size:12px;
}
/* CATEGORIAS CONCORRENTES */

form fieldset label input.checkbox{
	width:30px;
	margin:0 -5px 2px 0;
	border:0;
}
form fieldset label.textarea{
	height:190px;
}

form fieldset#categoria_concorrente label{
	width:450px;
}
input.botao{
	float:right;
	height:25px;
	width:80px;
	margin-right:5px;
	display:inline;
	border:0;
}

