@charset "utf-8";
/* CSS Document */
body{
	margin: 10px;
	background-color: #03232A;
	background-image: url(images/bgPage.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}
a{
	color: #C6E100;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#geral{
	width: 100%;
	height: 100%;
}
#header{
	width: 350px;
	margin: auto;
}
#formulario{
	width: 350px;
	margin: auto;
	padding: 15px;
}
#formulario h1{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 0px;
}
#formulario h2{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #FFFFFF;
}

fieldset{
	border: 1px solid #FFFFFF;
	padding: 10px;
	display: block;
	padding: 0px 25px 10px 25px;
}
legend{
	color: #0099CC;
	font-weight: bold;
}
input{
	border: 1px dotted #FFFFFF;
	background: none;
	padding: 2px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

input.botao{
	cursor: pointer;
	background: #000000;
	border: 1px dotted #C6E100;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
hr{
	border: 1px dotted #C6E100;
}
/* ALERTA DE PREENCHIMENTO DOS CAMPOS */
#alerta{	
	color: #C6E100;
	font-size:11px;
	text-align: center;
	border: 1px dotted #C6E100;
	display: block;
}
.alerta{
	color: #C6E100;
	font-size:11px;
	text-align: center;
	border: 1px dotted #C6E100;
	display: block;
}
#alerta2{
	color: #C6E100;
	font-size:11px;
	text-align: center;
	font-weight:bold;
	border: 1px dotted #C6E100;
	display: block;
}
.alerta3{
	color: #C6E100;
	font-size:10px;
	text-align: left;
}
.tipoMidia{
	background-color: #00152B;
	padding: 3px 10px;
	border-bottom: 1px solid #0099CC;
	display: block;
	height: 16px;
}
.canalImprensa{
	font-size: 13px;
}