#alertOverlay{
        width:100%;
        height:100%;
        position:fixed;
        left:0px;
        top:0px;
        z-index:55;
        background:#333;
        display:none;
		opacity: 0.7; 
		filter: alpha(Opacity=70);
    }
    #alert{
        width:600px;
        padding:29px 43px;
        background:#fff;
        position:fixed;
        left:50%;
        margin-left:-241px;
        top:50%;
        z-index:56;
    }
    #alertH1{
        padding-bottom:12px;
    }
    #alertText{
        color:#525252;
        font-size:14px;
        font-family: Arial;
    }
    #alertText a{
        color:#333;
    }
    #alertText a:hover{
        text-decoration:none;
        color:#ed1e79;
    }
    #alert div.button{
        width:122px;
        margin:19px auto 0 auto;
        height:38px;
        line-height:38px;
        text-align:center;
        color:#fff;
        background:url(buttonok.png) repeat-x 0px 0px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        cursor:pointer;
        text-transform:uppercase;
        font-size:18px;
    }
	 #alert div.button2{
        margin:29px auto 0 auto;
        text-align:center;
    }
	
	
	
	#alert2{
        width:600px;
        padding:29px 43px;
        background:#fff;
        position:fixed;
        left:50%;
        margin-left:-241px;
        top:50%;
        z-index:56;
    }
    #alertH12{
        padding-bottom:12px;
    }
    #alertText2{
        color:#525252;
        font-size:14px;
        font-family: Arial;
    }
    #alertText2 a{
        color:#333;
    }
    #alertText2 a:hover{
        text-decoration:none;
        color:#ed1e79;
    }
    #alert2 div.button3{
        width:40px;
        margin:19px auto 0 auto;
        height:38px;
        line-height:38px;
        text-align:center;
        color:#fff;
        background:url(btnok.png) repeat-x 0px 0px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        cursor:pointer;
        text-transform:uppercase;
        font-size:18px;
    }
	 #alert2 div.button3{
        margin:29px auto 0 auto;
        text-align:center;
    }