

#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: #999999;
opacity: 0.6;
filter: alpha(opacity=60);
background-color: #999999;
}

/* 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: 580px;
margin: 30px auto;
position:relative;
}

.popupCloseButton
{
position:relative;
top:23px;
left:275px;
}

.popupBoxOuter
{
padding-top: 30px;
background-image:url(http://www.bikersingle.com/image/popup_header_register580.gif);
background-repeat:no-repeat;
background-position:left top;
}

.popupBoxMid
{
float: left;
padding-bottom: 10px;
background-image:url(http://www.bikersingle.com/image/popup_header_register580.gif);
background-repeat:no-repeat;
background-position:bottom left;
}

.popupBoxInner
{
width: 580px;
height: auto;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
background: url(http://www.bikersingle.com/image/popup_inner580.gif) repeat-y left top;
position: relative;
}

.centredText
{

}

.hidden
{
display: none;
}


.TipsBackGround
{
padding: 1px;
background: #999999;
background-color: #999999;

}

.tip
{
padding: 5px;
background: #FFFFFF;
background-color: #FFFFFF;
}

