body {
	margin: 10px 0 0 0;
	background-color: #dadada;
	text-align: center;
}

input {
	background-color: black;
	color: white;
	padding: 5px;
	font-weight: bold;
	font-size: 8pt;
	border: 0;
}

button {
	border: 0;
	background-color: transparent;
	font-family: Times, serif;
	color: #F9006E;
	font-size: 15pt;
	font-weight: 500;
	font-stretch: ultra-condensed;
}

.flash {
	z-index: 0;
}

.pagepopup {
	/* positioning */
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 1000;
	
	/* look */
	text-align: left;
	width: 614px;
	height: 624px;
	padding: 15px 30px 20px 40px;
	overflow: hidden;
	background-color: transparent;
	background-image: url('/images/popupbg.jpg');
	background-repeat: no-repeat;
	
	/* text */
	color: black;
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

DIV[class=pagepopup] {
	width: 575px !important;
	height: 590px !important;
}

.pagepopup .close {
	position: absolute;
	right: 85px;
	bottom: 45px;
	z-index: 1001;
}

DIV[class=pagepopup] .close {
	right: 43px !important;
	bottom: 14px !important;
}

#loading {
	visibility: hidden;
	position: absolute;
	right: 130px;
	top: 20px;
	z-index: 1001;
}

#loading {
	right: 75px !important;
	top: 15px !important;
}

.pagepopup .pagetitle {
	font-family: Times, serif;
	color: #F9006E;
	margin-bottom: 20px;
	font-size: 25pt;
	font-weight: 500;
	font-stretch: ultra-condensed;
	letter-spacing: -2px;
}

.pagepopup .subtitle {
	color: #F9006E;
	font-weight: 900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.pagepopup a {
	color: #F9006E;
	text-decoration: none;
}

.pagepopup ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 8px;
	list-style: url('/images/star.gif');
}

#innerpagepopup {
	overflow: auto;
	margin-right: 73px;
	height: 550px;
	z-index: 1002;
}

DIV[id=innerpagepopup] {
	margin-right: 18px !important;
}

.hide {
	display: none;
	width: 0; 
	height: 0;
}

.formname {
	text-align: left;
	padding: 0 0 0 2px;
}

.forminput {
	text-align: right;
	padding: 0 0 5px 5px;
}

.formlink {
	text-align: right;
}

.formbutton {
	text-align: center;
	padding: 5px 0 0 0;
}

.clickable {
	cursor: pointer;
	border: 0;
}