﻿body
{

    }

#PopUpControls
{
    width:740px;
    height:415px;
    border-bottom:4px solid #AF3196;
    background-color:#FFF;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 1000;    
    visibility:hidden;    
    }
    
#PopUpBackground
{    
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: Black;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
    z-index: 101;
    cursor: wait;
    visibility:hidden;
   
}

* html #PopUpBackground   
{   
    position: absolute;   
    /*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');   */
}   
/*
* html #PopUpControls  
{   
    position:absolute; 
    
}*/


#PopUpControls a.Close
{
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    left:690px;
    top:20px;
    background-image:url(../img/closeButton.gif);
    background-repeat:no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    
    }
    
#PopUpControls #Logo
{
    display:block;
    width:235px;
    height:47px;
    position:absolute;
    left:50px;
    top:35px;
    overflow:hidden;
    
    }   
    
#PopUpControls .AddCommentBox     
{
    position:absolute;
    left:50px;
    top:100px;
    overflow:hidden;
  
    }
    
#PopUpControls .AddCommentBox span
{
    display:inline-block;
    margin-top:20px;
    padding-left:10px;    
    }    
    
#PopUpControls p
{
    font-size:14px;
    color:#000;
    margin-bottom:8px;
    } 
    
#PopUpControls a.PopUpButton
{   
    margin-top:10px;
    }       
    
    
#PopUpSignInBox
{
    width:653px;
    height:82px;
    background-image:url(../img/popUp_LogIn_Background.gif);
    background-repeat:no-repeat;
    position:absolute;
    top:130px;
    left:40px;
    } 
    
#PopUpSignInBox #Please       
{
    position:absolute;
    width:150px;
    height:35px;
    left:110px;
    top:25px;
    }
    
#PopUpSignInBox #SignIn       
{
    position:absolute;
    width:270px;
    height:70px;
    left:300px;
    top:13px;
    }  
    
#PopUpSignInBox #SignIn input
{
    width:175px;
    }       
    
#PopUpSignInBox #SignIn a
{
    position:absolute;
    left:260px;
    top:29px;
    }        
    
.ErrorMessage    
{
    position:absolute;
    left:270px;
    top:220px;
    color:#FF0000;
    font-weight:bold;
    font-style:italic;
    }
    
.ForgottenPassword
{
    overflow:hidden;
    position:absolute;
    left:560px;
    top:220px;
    color:#999999;    
    text-decoration:none;
    display:block;
    background-image:url(../img/qmark.gif);
    background-repeat:no-repeat;
    width:300px;
    padding-left:15px;
    }    
    
.ForgottenPassword:hover
{
    text-decoration:underline;
    }        
    
.ForgottenPassword:visited
{
    text-decoration:none;
    }            