div#divImage1,div#divCalcResult { position: relative; /*border: 1px solid blue*/ } div#divImage2 { position: absolute; text-align: center; /*border: 1px solid red;*/ } div#divCalibrate,div#divTC,div#divRef { position: relative; display: none; } div#divXY1,div#divLaLo1,div#divXY2,div#divLaLo2,div#divXY3,div#divLaLo3,div#divXY4,div#divLaLo4 { position: relative; display: none; } table tbody tr td { text-align: left; font-family: Verdana; font-size: 10pt; } td#tdPoint1,td#tdPoint2,td#tdPoint3,td#tdPoint4 { cursor: hand; } td { vertical-align: top; } body, input { font-family: Verdana; font-size: 10pt; } span.degreesDMS { color: #A0A0A0; } p { margin-top: 10px; margin-bottom: 10px; }