#pdfoptions {
  width: 542px;
  height: 420px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
  background-color: ;
  border-width: 3px;
  border-style: solid;
  border-color: #087037;
  position: absolute;
  top:0;
  left:0;
  color:black;
  visibility: hidden;
}
#pdfOptionsTitle {
	
}

#pdfTabOptions {
	float:right;
	position:relative;
	left: -5px;
	top:-5px;	
	z-index: 3;
}

#pdfTabOptionsTitle {
	position: relative;
	top:-2px;
	left:45px;
	font-size: large;
	color: black;
	font-weight: bold;
}

#pdfMapOptions {
	float:left;
	position: relative;
	top:-5px;
	left: 5px;
	width: 25%;
}

#pdfMapOptionsTitle {
	font-size: large;
	color: black;
	font-weight: bold;
}

.inputLabel {
	font-size: small;
	color: black;
	font-weight: bold;
}

.pdfOptionsTable {
	font-size: x-small;
	color: black;
	font-weight: normal;
}

.pdfButtons {
width:500px;	
float:right;
position:relative;
left:80px;
top:-10px;

}

