div#gptMainWrap {
	width: 980px;   /* Change from 880px fix IE6 issue with mis-align body  */
}

.previewUrlsSection {
  float: left;
  width: 880px;
}

.previewInfoSection {
  float: left;
  width: 265px;
  margin-left: 10px;
  height: 432px;
}

.previewInfoSection iframe>body {
  font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}

.previewMapSection {
  line-height: 0;
  float: left;
  width: 600px;
}

.toolTip {
  background-color: silver;
}

.labelStyle {
  width: 80px;
  display: block;
}

.inputStyle {
  width: 780px;
}

.previewButton {
  padding-right: 2px;
}

.zoomfullextIcon {
  background-image:url(images/Preview_Full_Extent_25.png);
  width:25px;
  height:25px;
}

.zoomprevIcon {
  background-image:url(images/Preview_Zoom_Back_25.png);
  width:25px;
  height:25px;
}

.zoomnextIcon {
  background-image:url(images/Preview_Zoom_Forward_25.png);
  width:25px;
  height:25px;
}
