﻿/* big overlay */
div.overlay {background:#eee url(../images/spacer.gif);height:auto; display: none; overflow:hidden;}
div.overlay .overlayHeader {overflow:hidden; display:block; height:26px; margin:0;padding:6px 0 0 8px; background: url(../images/overlay/popup-bg.gif) repeat-x;}

.loginheader {width:685px;}
.gallery {width:498px;}
.uploadpic {width:338px;}
.loginheader-a {width:758px;}
#profile-ft-window {width:758px;}
div.overlay .overlayHeader p {font-weight:bold; margin-top:0; display:block!important; }
div.overlay .overlayHeader span {margin-top:0; font-weight:bold;display:block;}
div.overlay .wrap {border: none; overflow-x: hidden; overflow-y: auto; padding: 5px 20px 20px 20px; }
div.overlay .wrap .wrap-buttons .east {float:left;}
div.overlay .wrap .wrap-buttons .west {float:right; width:60px;}
div.overlay .wrap .wrap-buttons .west a.icon-vote {margin-right: 5px;}
div.overlay .wrap .wrap-buttons {height:30px; overflow:hidden; position:relative; width:458px;}
div.overlay .wrap-login { border: none; overflow:hidden;padding: 5px 20px 20px 20px; width:650px; }    
div.overlay .wrap-login .wrap-left{float:left; width:298px!important; margin-right:22px;}
div.overlay .wrap-login .wrap-right {float:left; width:298px!important;}


div.overlay div.close { 
    background-image: url(../images/overlay/close-btn.gif); 
    position: absolute; 
    right: 4px; 
    top: 4px; 
    cursor: pointer; 
    height: 19px; 
    width: 21px; 
}
#profile-ft-window .close 
{
background-image:url(../images/overlay/close-btn-a.gif);
cursor:pointer;
height:19px;
position:absolute;
right:4px;
top:4px;
width:21px;

}
    
div.overlay div.close-helpme 
{
    background-image: url(../images/overlay/close-btn-a.gif); 
    position: absolute; 
    right: 4px; 
    top: 4px; 
    cursor: pointer; 
    height: 19px; 
    width: 21px; 
}
/* small overlay for captcha */
div.captcha-overlay {
    background: transparent url(../images/spacer.gif);
    width: 358px;
    height: 169px;
    display: none;
}
div.captcha-overlay #global-captcha {
    width: 318px;
    height: 129px;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px 20px 20px;
}
div.captcha-overlay div.close { 
    background-image: url(../images/overlay/close.png); 
    position: absolute; 
    right: 4px; 
    top: 4px; 
    cursor: pointer; 
    height: 36px; 
    width: 36px; 
}

/* gallery image window */
div#image-window {

}



div#image-window .wrap .gallery-image {
    width: 453px;
    height: 453px;
    text-align: center;
    margin-top:10px;
}