/*************** Popup *************/

#popup {
	position:absolute;
	top: 100px;
	left: 70px;
	z-index:999
}
#popup2 {
	position:absolute;
	top: 100px;
	left: 70px;
	z-index:999
}

.NormalText
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Tahoma
}

/* easy drop shadow
================================== */

.img-wrapper {
 background:url(../img/shadow.gif) no-repeat right bottom;
 float: left;
}

.img-outer {
  background:url(../img/bottom-left2.gif) no-repeat left bottom;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-inner {
  background:url(../img/top-right2.gif) no-repeat top right;
  padding: 0 5px 5px 0;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-wrapper img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  display: block;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

