.form {
  position: relative;
  width: 800px;
}

body {
	background: #ECEFF2;
}

.idleField {
  border: solid 2px #73A6FF;
  background: #EFF5FF;
  color: #000;
}

.focusField {
  border: solid 2px;
}

.dica {
  display: none;
  position: absolute;
  right: -100px;
  width: 200px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background-color: #ffc;
}

body { 
	margin: 0px; 
	padding: 0px; 
	font: 1em Arial, Sans-serif; 
}

.container {
	margin-top: 20px;
}

fieldset { 
	border: 1px solid #ccc; 
	padding: 1em; 
	margin: 0; 
}

legend { 
	color: #ccc; 
	font-size: 120%; 
}

input, textarea, select { 
	font-family: Arial, Verdana; 
	font-size: 110%; 
	padding: 4px; 
}

label { 
	display: block; 
	vertical-align: middle; 
	font-size: 110%; 
	clear: both;
  float: left;
	padding: 8px;
  width: 200px;
	margin-right: 20px;
  text-align: right;
}

.label_grande {
	padding: 0px;
}

label.error { 
	float: none;
	color: red; 
	padding-left: 185px; 
	vertical-align: top;	
	font-size: 90%;
}	

.enviar {
  border-top: 1px solid;
	background-color: #D9D9D9;
  text-align: center;
	margin-top: 10px;
	padding: 10px;
}


/* Header */
#barra-topo {
	background: url(http://ensol.org.br/templates/ensol04/images/bgt.gif) repeat-x top #274162;
	line-height: normal;
	height: 36px;
	vertical-align: middle;
	width: 100%;
	display: table;
}

h1 {
	text-align: center;
	font-family: 'Segoe UI', Arial, Helvetica, Sans-serif;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 236px;
	display: block;
	background: url(http://ensol.org.br/images/logo.png) no-repeat;
	height: 163px;
	position: relative;
	z-index: 100;
	top: 20px;
	right: 18px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

h2 {
	font-size: 120%;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	margin: 1em 0px;
}

#ja-headerwrap {
	color: #CCCCCC;
	line-height: normal;
	height: 230px;
  background: url(http://ensol.org.br/templates/ensol04/styles/header/blue/images/bgtm.jpg) no-repeat center center;
	background-color: transparent;
}


#ja-header {
	position: relative;
	height: 230px;
	color: #000000;
}

.ja-headermask {
	top: 20px;
	text-align: right;
	width: 602px;
	display: block;
	height: 130px;
	position: absolute;
	right: -1px;
}