@charset "utf-8";
/* CSS Document */

#popin-bkgd {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url('/img/gfx/fff_alpha90.png') repeat;
}
	#popin-container {
		position: absolute;
		top: 50%;
		left: 50%;
		cursor: default;
	}
		#popin-controls {
			display: none;
			margin-bottom: -15px;
			text-align: right;
		}
			#popin-controls a {
				text-decoration: none;
				font-size: 10px;
				text-transform: uppercase;
				color: #B5D421;
				background: url('/img/gfx/close_x.gif') no-repeat left;
				padding-left: 13px;
				padding-bottom: 2px;
			}
		#popin-img {
			border: solid 1px #4A1A06;
		}


