




.popup-window {
	_position: fixed;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.popup-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 10000;
}
.popup-window-transparent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.popup-window-light {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}


* html .popup-window-light { /* ie6 hack */
	position: absolute;	
	}

.popup-window-dark {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.login-popup-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;	
	cursor: pointer;
}

.popup-window-transparent {
	background-image: url(/pfw_files/tpl/popup/blank.png);	
}

.popup-window-light {
	background-color: #000;
	opacity: 0.6;	
	filter: alpha(opacity = 60);
}

.popup-window-dark {
	background-image: url(/pfw_files/tpl/popup/dark.png);
}

.popup-body {
	background-color: transparent;
}

.login-popup-loading-label {
	font-size: 12px;
}

.login-popup-loading-icon {
	position: absolute;
	top: 50%;
    	left: 50%;
    	margin-left: -16px;
    	margin-top: -16px;
}


#image-popup{
	border:7px solid #09305b;
}

.img-popup-container-1{
	border:1px solid white;
	background-color:white;
}

.img-popup-container-1 img{
	cursor:pointer;
}

.img-popup-message{
	font-size:9px;
	font-family:verdana;
	padding:3px;
	text-align:center;
	color:#666;
}





/*  ******************** POPUPS - RECOMMEND ********************  */
/*  ************************************************************  */

#recommending {
	background:#6d144e url(/pfw_files/tpl/popup/bg-body-recomendar.gif) 10px 10px no-repeat;
	width:550px;
	height:302px;
	font-size:14px;
	position:relative;
	padding:10px;
	border:1px solid #bb8bbb;
	}
	
.recommending-container{
	position:relative;
}
	
#recommending h1 {
	color:#d68cc7;
	font-size:28px;
	text-align:right;
	font-weight:bold;
	line-height:1em;
	padding-top:19px;
	padding-right:15px;
}
	
#recommend_form {
	margin-top:45px;
}

#recommend_form input[type="button"], input[type="reset"]  {
	font-size:14px;
}

#recommend_form .input-text {
	width:150px;
	padding-top:3px;
	padding-left:4px;
	font-size:0.8em;
	padding-bottom:3px;
	color:#000;
	border:1px solid #7f9db9;
	/*background:url();*/
	margin-top:5px;
	font-weight:normal;
	margin-right:5px;
}
	
#recommend_form table {
	margin-left:20px;
	margin-right:20px;
}
	
#recommend_form .legend-contact {
	font-size:0.9em;
	width:130px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
}
	
#recommend_form .legend-contact3 {
	font-size:12px;
	width:130px;
	padding-right:10px;
	text-align:left;;
	font-weight:bold;
	color:#6d144e;
	text-transform:uppercase;
	border-bottom:1px solid #ffcae6;
	padding-left:20px;
}
		
#recommend_form #recommend-cell {


}
			
#recommend_form #recommend-namefrom-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-namefrom-non-numeric-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-nameto-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-nameto-non-numeric-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailfrom-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailfrom-format-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailto-empty-error {font-size:9px;font-weight:bold;color:red;}
#recommend_form #recommend-mailto-format-error {font-size:9px;font-weight:bold;color:red;}

#recommend-message-cell{
	height:85px;
}


#recommend_form .error-message {font-size:9px;font-weight:bold;color:red;margin:0 auto;text-align:center;}








/*  ******************** POPUPS - LOGIN / REGISTER ********************  */
/*  *******************************************************************  */	

#login {
	background:#09305b url(/pfw_files/tpl/popup/bg-body-login.gif) no-repeat;
	width:590px;
	height:311px;
	font-size:15px;
	font-family:Verdana,Helvetica,Arial;
	position:relative;

	
#login h1 {
	font-family:Tahoma,Verdana,Helvetica,Arial;
	color:#72a6d2;
	font-size:28px;
	text-align:right;
	padding-right:30px;
	padding-top:46px;
	}

#login table {margin-top:25px;margin-left:50px;margin-right:50px;}
	
#login input[type="button"], input[type="reset"]  {
	font-size:14px;
	}	

#login .input-text {
	width:200px;
	padding-top:6px;
	padding-left:4px;
	font-family:Verdana,Helvetica;
	font-size:0.9em;
	color:#1b4987;
	border:1px solid #72a7d1;
	height:20px;
	background:url();
	margin-bottom:5px;
	font-weight:bold;
	margin-right:5px;
	}	

#login .legend-contact {
	font-family:Verdana, Helvetica;
	font-size:0.9em;
	width:130px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;	
	color:#405c81;
	font-weight:bold;	
	}
	
.login-popup-close {
	position:absolute;
	top:-4px;
	right:-15px;
	}
		
.links-login {
	margin-top:10px;
	}

#login a {
	padding-left:140px;
	text-decoration:none;
	font-weight:bold;
	color:#d12426;
	font-size:0.8em;
	clear:both;	
	line-height:1.56em;
	}
	
#login a:hover {text-decoration:underline;color:#000;}	
	
#login #button-cell {
	padding-top:15px;
	}

#login #login-password-empty-error {font-size:9px;font-weight:bold;color:red;}
#login #login-user-empty-error {font-size:9px;font-weight:bold;color:red;}
#login .error-message {font-size:9px;font-weight:bold;color:red;margin:0 auto;text-align:center;}

#login-message-cell{
	height:30px;
}


	

/*  ******************** POPUPS - IMÁGENES ********************  */
/*  *************************************************************  */

.img-popup {background:white;border:7px solid #3c3c3c;font-size:11px;text-align:center;}
.img-popup a {color:#1364a4;}