form.requestinfo{
  position:relative;
}

label, input, textarea, button {
	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;
}

label {
  clear: left;
	FONT-SIZE: 11px;
  width: 130px;
  text-align:right;
	color: #006699; 
}

input, textarea {
	width: 300px;
	left: 11px;
	top: 10px;
	
}

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

input {
	line-height: 1.2em;
}

label.margin {
  top: 7px;
}



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


