form.one{
  position:relative;
  margin-top: 13px;
}




label, input, select, checkbox, button {
	display: block;
	FONT-SIZE: 9px;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.2em;
	float: left;
    position:relative;
	color: #2f2f2e;
}

/* IE EXTRA  */
* html label, input, select, checkbox, button {
	line-height: 2em;
}


select, checkbox {
	left: 10px;
}

label {
  clear: left;
  width: 100px;
  text-align:right; 
}


select, checkbox {
	width: 106px;
}

input {
	width: auto;
	left: 11px;
	top: 23px;
}

input#loop {
  top: 15px;
  width: Auto;
  line-height: 1.3em;
  height: Auto;
}



label.margin, select.margin {
  top: 5px;
}

label.margin2 {
  top: 23px;
}

input#refresh1 { 
  width: Auto;
  left: 9px;
  top: 19px;
  line-height: 1.3em;
  height: Auto;
}

input#refresh2 { 
  width: Auto;
  left: 9px;
  top: 40px;
  height: Auto;
}


form.maps{
  position:relative;
  margin-top: 20px;
  padding-bottom: 0px;
}



label.marginform, input.first, 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.marginform {
  clear: left;
  width: 90px;
  text-align:right; 
}



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

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

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

label.marginform {
  top: 7px;
}



input#submit { 
  width: Auto;
  left: 9px;
  top: 15px;
  height: Auto;
  line-height: 1.3em;
}

