#TB2_window {
   border: 0px !important;
   height: 540px !important;
   margin-left: -390px !important;
   margin-top: -270px !important;
   width: 780px !important;
}

#TB2_title {
   display: none !important;
}
#TB_title{
	background-color: #ffffff;
}
#TB_ajaxWindowTitle{
	color: #ffffff;
}

#TB2_iframeContent {
   height: 540px !important;
   margin: 0px !important;
   width: 780px !important;
   
}

#TB2_overlay {
   opacity: 0.90 !important;
}

.ie_close_hack_thickbox {
   height: 35px;
   background-color: #780D1A;
}

.ie_close_hack_thickbox img {
   cursor: pointer;
   position: absolute;
   right: 10px;
   top: 10px;
}

/* NEW CODE */
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;  
}

.TB_overlayMacFFBGHack {
   background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
background-color:#000; 
filter:alpha(opacity=90); 
-moz-opacity: 0.90;
opacity: 0.90; 
}
#TB_overlay {
   opacity: 0.90 !important;
}
