#popForm{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
/*width: 500px;*/
width: 960px;
padding-top: 0;
background: #FFFFFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
color:#000000;
text-align:left;
font-family: Arial;
font-size: 12px !important;
border: 1px solid #000000;
}

#popForm p {
    margin: 0;
}

#popForm h1, #popForm h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: Arial;
    font-weight: normal;
}

#popForm h2 {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

#popForm input {
    border: 1px solid #609718;
    color: #609718;
    background-color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

#popForm .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: Arial;
color: #454545;
font-weight: bold;
letter-spacing: 4px;
line-height: 1em;
padding: 4px;
text-align: right;
height: 14px;
}

#popForm #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#popLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #FFFFFF;
padding: 5px;
z-index: 5;
color: #454545;
}

#popLoading img {
    border: 0;
}

/* Login HTML */
.ie{
    *padding-left: 30px;
    
    }
    
.ie2{
    *width: 97px;
    }
/* Login HTML (end) */
