#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 7px;
  margin-left: 10px;
  margin-top: 5px;
  width: 369px;
  border: 1px solid #D1C4AB;
  background-color: #EAE3D9;
  color: #5F5334;
  font-size: 10pt;
  font-family: Verdana;
}

#pup2notinuse {
	position                : absolute;
	width                   : 375px;
	padding                 : 5px;
	font-size               : 11pt;
	color                   : #fff;
	background-image        : url("../pics/bg-pup.png"); /* transluucent image*/
	font-family             : "courier new", tahoma, verdana, arial, sans-serif;
	font-weight             : bold;
	text-align              : left;
	border                  : 2px solid #333;
	z-index                 : 200; /* aaaalways on top*/
}