.popup{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
	background: #000;
	width: 2000px;
	height: 2000px;
	opacity: 0.5;
	filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    display:none;
}
.popupFormula,
#genErrorsBlock.popupContainer,
#fpwdBlock.popupContainer,
#oneShotBlock.popupContainer{
    display:none;
    position:absolute;
	top:30% !important;
    left:33% !important;
    z-index:1010;
	font-size:12px;
}
#genErrorsBlock.popupContainer,
#fpwdBlock.popupContainer{
    width:377px;
}
.popupFormula,
#oneShotBlock.popupContainer{
    width:619px;
	height:372px;  
}
#genErrorsBlock.popupContainer .errorsBlockHeader,
#fpwdBlock.popupContainer .fpwdBlockHeader{
    display:block;
    height:27px;
    background:transparent url(/images/inscription/popupHeader.png) no-repeat;
    line-height:27px;
}
#genErrorsBlock.popupContainer .body,
#fpwdBlock.popupContainer .body{
    background:transparent url(/images/inscription/popupShadow.png) repeat-y right;
    padding-right:5px;
}
#genErrorsBlock.popupContainer .errorsBlockHeader,
#fpwdBlock.popupContainer .fpwdBlockHeader{
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    line-height:27px;
    text-indent:12px;
}
#genErrorsBlock.popupContainer .closeButton,
#fpwdBlock.popupContainer .closeButton{
    position:absolute;
    top:6px;
    right:12px;
    width:17px;
    height:16px;
    background:transparent url(/images/inscription/popupClose.gif) no-repeat;
    cursor:pointer;
}
#genErrorsBlock.popupContainer .closeButton A,
#fpwdBlock.popupContainer .closeButton A{
    display:block;
    height:16px;
}
#genErrorsBlock.popupContainer .body .gTable,
#fpwdBlock.popupContainer .body .gTable{
    background-color:#FFF;
    background-image:url(/images/inscription/popupBackBody.gif);
    background-repeat:repeat-x;
    background-position:center top;
}
#genErrorsBlock.popupContainer .errorsBlockFooter,
#fpwdBlock.popupContainer .fpwdBlockFooter{
    display:block;
    height:11px;
    background:transparent url(/images/inscription/popupBottom.png) no-repeat;
    font-size:0;
    line-height:11px;
}
#genErrorsBlock.popupContainer .body .gTable,
#fpwdBlock.popupContainer .body .gTable,
#pcsBlock.popupContainer .body .gTable{padding:20px}
#pbttBlock.popupContainer .body .gTable{padding:10px 20px}
#pbttBlock.popupContainer .body .gTable #btnBackToTitle{
	display:block;
	margin:20px auto 0 auto;
	padding-top:3px;
	padding-left:10px;
	cursor:pointer;
    width:130px;
    height:28px;
    color:#FFF;
    font-size:11px;
    line-height:18px;
    font-weight:bold;
    text-decoration:none;
    background:url(/images/inscription/popupButton130.png) no-repeat;
}
#fpwdBlock.popupContainer .body #gFormForgotPassword{margin:15px 0 0 0}
#fpwdBlock.popupContainer .body #msgProgress,
#fpwdBlock.popupContainer .body #msgSuccess,
#fpwdBlock.popupContainer .body #msgError{display:none;font-weight:bold}
#fpwdBlock.popupContainer .body #msgError{color:#F00}
#fpwdBlock.popupContainer .body #gFormForgotPassword INPUT.txt{
    margin-right:25px;
    width:210px;
    border:1px solid #828282;
    height:15px;
    font-size:12px;
    line-height:15px;
    color:#828282;
}
#fpwdBlock.popupContainer .body #gFormForgotPassword INPUT.submit{
    border:none 0;
    width:83px;
    height:25px;
    padding:0;
    color:#FFF;
    background:transparent url(/images/inscription/valider.gif) no-repeat;
    font-family:Arial, Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:18px;
    cursor:pointer;
}
#oneShotBlock.popupContainer A{text-decoration:none}
.popupFormula A.noButton,
#oneShotBlock.popupContainer A.noButton{
    display:block;
    position:absolute;
    left:175px;
    top:305px;
    width:60px;
    height:25px;
}
.popupFormula A.yesButton,
#oneShotBlock.popupContainer A.yesButton{
    display:block;
    position:absolute;
    left:380px;
    top:305px;
    width:60px;
    height:25px;
}
.popupFormula A.closeButton,
#oneShotBlock.popupContainer A.closeButton{
    display:block;
    position:absolute;
    left:590px;
    top:0px;
    width:25px;
    height:25px;
}
