#newsForm{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: 547px;
/*padding: 4px;*/
padding-top: 0;
/*padding-bottom: 6px;*/
background: #ffffe1;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
color:#666666;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #787878;
}

#newsForm .textbox2{ /*Outermost DIV for thumbnail viewer*/
border:1px solid #D1D1D1;
font-size:11px;
height:16px;
margin-top:2px;
width:104px;
}
#newsForm a{
font-size:11px;
color:#B1221D;
text-decoration:underline;
}
#newsForm .buton2{background-color:#B1221D;
border:1px solid #D1D1D1;
color:#FFFFFF;
font-size:10px;
line-height:16px;
margin-top:2px;
vertical-align:bottom;
width:28px;
}

#newsForm .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px Tahoma;
letter-spacing: 4px;
line-height: 1em;
color: white;
padding: 3px 0;
text-align: right;
color: #E76F8A;
position: absolute;
width: 100%;
}


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

#newsLoading{ /*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;
}

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