form.energy{
  position:relative;
  margin-top: 30px;
  padding-bottom: 0px;
}

input.query {
	display: block;
	FONT-SIZE: 10px;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.3em;
	float: left;
    position:relative;
	color: #2f2f2e;
} 

input.query, textarea {
	width: 220px;
	left: 11px;
	top: 10px;	
}

textarea {
	height: 160px;
	line-height: 1.3em;
}

input.query {
	line-height: 1.2em;
}

label.margin {
  clear: left;
  width: 90px;
  text-align:right;
  top: 7px;
}



input#submit { 
  width: Auto;
  left: 9px;
  top: 15px;
  height: Auto;
}




