.pop_screen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 50000;
	display: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../img/popups/background.gif);
	}
	
.pop_box {
	width: 400px;
	position: absolute;
	top: 30%;
	left: 40%;
	z-index: 60000;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	}

.pop_input {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border: solid 1px #ffcf06;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
	width: 88px;
	}
	
.pop_text {
	font-size: 8pt;
	}
	
.pop_bulleted {
	padding: 2px 0px 0px 12px;
	background-image: url(../img/frame/bullet3.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	font-size: 8pt;
	line-height: 12pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
a.pop_link:link, a.pop_link:visited, a.pop_link:active {
	color: #555555;
	text-decoration: none;
	}

a.pop_link:hover {
	color: #aaaaaa;
	text-decoration: none;
	}
