#siteWrapper
{ 
height:auto; 
min-height:100%; 
}

/* popup windows */
.popupBackground
{
position: fixed;
top: 0;
left: 0;
overflow: auto;
width: 100%;
height: 100%;
z-index: 255;
background: #000000;
opacity: 0.5;
filter: alpha(opacity=50);
background-color: #000000;
}

/* position background differently for ie6*/
* html #siteWrapper .popupBackground   /* please leave siteWrapper in - login for ie6 broken without it */
{
position: absolute;
}

.popupBoxWrapper
{
z-index: 256;
/* this breaks scrolling popups */
position: fixed;
left: 0;
top: 0;
width: 100%;
text-align:center;
overflow: auto;
overflow-x:hidden;
}
/* position wrapper differently for ie6*/
* html .popupBoxWrapper
{
position: absolute;
}

.popupBoxOuterContainer
{
width: 800px;
margin: 0px auto;
position:relative;
}

.popupCloseButton
{

position:relative;
top:25px;
left:370px;

}

.popupBoxOuter
{

padding-top: 18px;
background-image:url(../image/popup_header800.png);
background-repeat:no-repeat;
background-position:left top;
}

.popupBoxMid
{
float: left;
padding-bottom: 20px;
background-image:url(../image/popup_header800.png);
background-repeat:no-repeat;
background-position:left bottom;
}

.popupBoxInner
{
width: 780px;
height: auto;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
background: url(../image/popup_inner800.png) repeat-y left top;
position: relative;
}

.centredText
{

}

.hidden
{
display: none;
}


.TipsBackGround
{
padding: 1px;
background: #999999;
background-color: #999999;

}


#messageText
{
overflow-x:auto;
overflow-y:auto;
color:#000;
text-align:center;
}

#messageText td,#messageText a
{
color:#000;
}



#PopupNoticeContainerDIV{position: absolute;top: 70px;left: 0px; border:0px solid #000; z-index:1000;}
#PopupNoticeContentDIV{text-align:left;z-index:1000; border:0px solid #000;}
#PopupNoticeMainContentOuterDIV{ border:0px solid #000; padding-top:25px;  z-index:1000;  width:900px; height:470px;background-image:url(../image/PopupNoticeBg.png);background-repeat:no-repeat;background-position: top center; }
#PopupNoticeMainContentInnerDIV{ height:425px; width:855px; overflow:auto; border:0px solid #555;z-index:1001; }
#ClosePopupNoticeButtonDIV1{padding-right:30px;}
#ClosePopupNoticeButtonDIV{position:relative; top:37px; left:-8px; }

#PopupNoticeContainerDIV td{color:#555;}