.OmniClass
{
	display:block;
	width:300px;
	height:150px;
	z-index:9999;
	visibility:hidden;
}

/* Hack to support CSS popup in the middle of the screen usinf position absolute for IE6 (standard and quirks), IE7 quirks, IE8 quirks. */

/* expression is supported by IE only */
/* caculating viewport:
document.getElementsByTagName('body')[0].clientWidth - IE6 quirks,IE7 quirks, IE8 quirks
document.documentElement.clientWidth - IE6 standard
*/

div#OmniFloatingLayer 
{
    position:absolute;
    left: expression( ((viewport_width = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.getElementsByTagName('body')[0].clientWidth)  / 2 - 150  + ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollTop : document.body.scrollLeft )) + 'px' );
    top: expression( ((viewport_height = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.getElementsByTagName('body')[0].clientHeight) / 2 - 75 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px' );
}

div#OmniFloatingLayerInfo 
{
    position:absolute;
    left: expression( ((viewport_width = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.getElementsByTagName('body')[0].clientWidth)  / 2 - 290  + ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollTop : document.body.scrollLeft )) + 'px' );
    top: expression( ((viewport_height = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.getElementsByTagName('body')[0].clientHeight) / 2 - 230 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px' );
    z-index:900017;
}

div#OmniFloatingLayerDate 
{
    position:absolute;
    left: expression( ((viewport_width = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.getElementsByTagName('body')[0].clientWidth)  / 2 - 410  + ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollTop : document.body.scrollLeft )) + 'px' );
    top: expression( ((viewport_height = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.getElementsByTagName('body')[0].clientHeight) / 2 - 275 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px' );
    z-index:900018;
}


div#OmniFloatingLayerModal 
{
	position:absolute;
	display: block;
	overflow: hidden;
	left:0px;
	top:0px;
    margin-top:0px;
    margin-left:0px;
    z-index:900013;
	background-color: #666666;
	opacity:0.8;
	filter:alpha(opacity=80);
}





div#OmniFloatingLayerOuter > div#OmniFloatingLayer 
{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top:-75px;
    margin-left:-150px;
    z-index:900000;
}

div#OmniFloatingLayerInfoOuter > div#OmniFloatingLayerInfo
{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top:-230px;
    margin-left:-290px;
    height:460px;
    width:580px;
    z-index:900007;
	/*background-image:url("images/info-bg.png");
	background-repeat:no-repeat;*/
	text-align:center;
}

div#OmniFloatingLayerDateOuter > div#OmniFloatingLayerDate
{
    position: fixed;
    left: 50%;
    top: 50%;
	width: 820px;
    height: 550px;
    margin-top:-275px;
    margin-left:-410px;
    z-index:900018;
}

div#OmniFloatingLayerModalOuter > div#OmniFloatingLayerModal
{
}





div#OmniFloatingLayerRegister
{
    position:absolute;
    left: expression( ((viewport_width = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.getElementsByTagName('body')[0].clientWidth)  / 2 - 200  + ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollTop : document.body.scrollLeft )) + 'px' );
    top: expression( ((viewport_height = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.getElementsByTagName('body')[0].clientHeight) / 2 - 150 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px' );
	width: 400px;
	height: 300px;
    z-index:900016;
	background-image:url("images/vdBackground01.gif");

	
	font-family:arial,verdana;
	font-size:14px;
	color:#333333;
	padding-top:70px;
	background-repeat:no-repeat;
}
div#OmniFloatingLayerRegisterOuter > div#OmniFloatingLayerRegister 
{
    position: fixed;
    left: 50%;
    top: 50%;
	width: 400px;
	height: 300px;
    margin-left:-200px;
    margin-top:-150px;
	z-index:900006;
}
div#OmniFloatingLayerRegister img
{
	padding-top: 7px;
}



div#OmniFloatingLayerRegisterchat
{
    position:absolute;
    left: expression( ((viewport_width = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.getElementsByTagName('body')[0].clientWidth)  / 2 - 200  + ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollTop : document.body.scrollLeft )) + 'px' );
    top: expression( ((viewport_height = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.getElementsByTagName('body')[0].clientHeight) / 2 - 150 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px' );
	width: 400px;
	height: 300px;
    z-index:900016;
	background-image:url("images/vdBackground02.gif");

	
	font-family:arial,verdana;
	font-size:14px;
	color:#333333;
	padding-top:70px;
	background-repeat:no-repeat;
}
div#OmniFloatingLayerRegisterOuterchat > div#OmniFloatingLayerRegisterchat 
{
    position: fixed;
    left: 50%;
    top: 50%;
	width: 400px;
	height: 300px;
    margin-left:-200px;
    margin-top:-150px;
	z-index:900006;
}
div#OmniFloatingLayerRegisterchat img
{
	padding-top: 7px;
}




.OmniRegisterButton 
{
    float:left;
	background-image: url("images/btnSmallGrey.gif");
	width: 135px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-top:10px;
	background-repeat:no-repeat;
	cursor:pointer;
}