﻿.WLHelperBG
{
    width:100%;
    height:100%;
    position:fixed;
    display:none;
    top:0px;
    left:0px;
    filter:alpha(opacity=36);
	-moz-opacity:0.36;
	-khtml-opacity: 0.36;
	opacity: 0.36;
	background-color:#0e5661;
	z-index:100000;
}
.WLHelperPopUp
{
    position:fixed;
    display:none;
    left:50%;
    top:50%;
    z-index:100001;
}
.WLHelperAlert
{
    position:relative;
    display:none;
    width:100%;
    height:47px;
    background-image:url(/controls/WishListHelper.aspx.img3.gif);
    background-repeat:repeat-x;
    page-break-after:always;
    page-break-before:always;
} 
.WLHelperAlert img
{
    width:364px;
    height:47px;
    position:absolute;
    left:15px;
    top:0px;
}
.WLHelperAlert input
{
    font-weight:bold;
    float:right;
    margin-top:11px;
    margin-right:35px;
}
