/*

BEGIN CRITICAL POPUP STYLES

*/

#popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	background: #000;
	z-index: 300;
	width: 100%;
}

#popup-background {
	position: absolute;
	z-index: 200;
	background: transparent;
}

/*

BEGIN BASE POPUP COMPONENTS

*/

div.popup {
	position: absolute;
	z-index: 500;
	text-align: left;
}

.popup p, .popup h1, .popup ul, .popup label {
	font-family:trebuchet ms,sans-serif;
}

.popup h1 {
	background: none;
	padding: 0px;
	font-size: 24px;
	line-height: 24px;
}

.popup ul li {
	border-bottom: none;
	margin: 4px 0px;
}

.popup input.text-field{
	display: block;
	width: 342px;
	height: 22px;
	background: transparent url('/images/popups/bg-input.gif') repeat-x;
	border: 1px solid #e8e8e8;
	margin: 5px 0px;
	padding-top: 2px;
}

.popup label{
	display: block;
	margin: 10px 0px;
	color: #000;
}

div.popup a.popup-close {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 0;
	padding-top: 11px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 24px;
	background-image: url('/images/popups/btn-close.gif');
}

div.popup a.popup-close:hover {
	/* need hover states */
}

div.popup p.step-number {
	position: absolute;
	right: 20px;
	bottom: 24px
}

div.popup p.error, label.error {
	font-weight: bold;
	color: #c90016;
}

div.popup ul.checklist li {
	color: #666;
	background: transparent url('/images/popups/bg-check.gif') no-repeat left 50%;
	padding-left: 20px;
}

/*div.popup a.blue-pill, .blue-pill input[type="button"], .blue-pill {
	color: #fff;
	background: transparent url('/images/popups/btn-blue-pill.gif') no-repeat left top;
	width: 182px;
	height: 37px;
	display: block;
	text-align: center;
	padding-top: 12px;
	line-height: 12px;
	padding-bottom: 8px;
	text-transform: uppercase;
	float: left;
	margin: 10px 5px 10px 0px;
	border: 0px;
	cursor: hand;
}

div.popup a.gray-pill {
	color: #fff;
	background: transparent url('/images/popups/btn-gray-pill.gif') no-repeat left top;
	width: 152px;
	height: 37px;
	display: block;
	text-align: center;
	padding-top: 12px;
	line-height: 12px;
	text-transform: uppercase;
	float: left;
	margin: 10px 0px 10px 0px;
}
*/

/* 

BEGIN SIZED POPUP STYLES
REMOVED ALL THE FIXED CENTERS FOR OPERA

*/

div.big-popup {
	background: transparent url('/images/popups/bg-big.png') no-repeat;	
	_background: transparent url('/images/popups/bg-big.gif') no-repeat fixed center;	
}

div.small-popup {
	background: transparent url('/images/popups/bg-small.png') no-repeat;
	_background: transparent url('/images/popups/bg-small.gif') no-repeat fixed center;	
}

div.medium-popup {
	background: transparent url('/images/popups/bg-medium.png') no-repeat;
	_background: transparent url('/images/popups/bg-medium.gif') no-repeat fixed center;
}

/*

BEGIN POPUP SPECIFIC MARKUP

*/

div.flag-content {
	background: #fff;
	width: 342px;
	height: 309px;
	margin: 14px;
	padding: 44px 60px;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.private-profile {
	background:#FFFFFF none repeat scroll 0 0;
	/*height:219px;*/
	margin:14px;
	overflow:hidden;
	/*padding:26px;
	width:342px;*/
}

div.stop-watching-guide, div.watch-guide {
	background: #fff;
	width: 342px;
	height: 169px;
	margin: 14px;
	padding: 44px 60px;
	overflow-x: hidden;
	overflow-y: hidden;
}



