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

#blanket {
	background-color:#444444;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
}

#popup 
{
	
	background:url(images/Container_bg.png) left top no-repeat;
	_background:url(images/Container_bg_IE.png) left top no-repeat;
	
	margin-left:10px;
	color:#777575;
	height:619px;
	width:711px;
	font-size: 12px;
	font-family: arial, helvetica;
}

#closebutton
{
	background: url(images/close_btn.png) no-repeat right top;
	float:right;
	margin-right:40px;
	margin-top:10px;
	padding-top:8px;
	outline: none;
	font-weight:bold;
	text-decoration: none !important;
}

#closebuttontext
{
	font-weight:bold;
	font-size: 12px; 
	font-family: helvetica, arial;
	padding-right:20px;
	margin-top:5px;
	margin-bottom:10px;
	text-decoration: none;
	color: #777575;
}

#pfi_frame
{    
	width: 640px;
	height: 550px;
	position:absolute;
	top:30px;
	left:35px;
}

.bar
{
	position: absolute;
	width: 600px;
	height: 25px;
	top:575px;
	left: 20px;
	padding: 0px 10px 0px 10px;
}

.dialog {
	position:absolute;
	z-index: 9002;
	top:30px;
	margin:auto;
	width:711px;
	display:none;
	margin:0px auto;
	min-width:8em;
	max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
	margin-bottom:0.5em; /* spacing under dialog */
}


.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 0px 0px 0px;
}

.buybuttonholder
{
	margin: 0 auto;
	width: 170px;
	height: 79px;
}

.buybutton
{
	position:absolute;
	margin: 0 auto;
	background:url(images/2blue_btn_bg.png) left top no-repeat;
	width: 170px;
	height: 79px;
	outline: 0;
}

.buybutton:hover
{
	text-decoration: none;
	position:absolute;
	margin: 0 auto;
	background:url(images/2blue_btn_bg_over.png) left top no-repeat;
	width: 170px;
	height: 79px;
	outline: 0;
}
