@CHARSET "ISO-8859-1";
/* the overlayed element */


#overlay,#overlayLogin, #attend {
    position:absolute;
    margin:auto;
    background:white;
    width:600px;
    display:none;
    padding:20px;
    z-index:110;
    border:1px solid #7c0c4f;
}
#overlayLogin{
    top:40px;
    width: 338px;
    height: 153px;
    padding:10px;
    top:30px;
    border:1px solid #7c0c4f;
}


#overlay h2,#overlayLogin h2, #attend h2{
height:20px;
display:block;
padding:5px;
padding-left:0px;
margin-bottom:15px;
color:#000;
font-size:20px;
}

.closeOverlay{
float:right;
}
#xhr .imagesubmit,#xhr .button,#xhr .imagecancel{
    border:0px;
	display:block;
margin-right:2px;
float:left;	
}

#share_details, #share_loading, #share_error{
    width:450px;
    margin-left:100px;
    margin-bottom:20px;
    display:none;
}
#share_imgnav{
    display:none;
}

#share_details #share_images{
    width:100px;
    float:left;
}


#share_details #share_info{
    height:100px;
    width:320px;
    padding-left:10px;
    float:left;
}
#share_details #share_info #share_title{
    font-weight: bold;
}
#imgOptions div{
    float:left;
    width:100px;
}
