﻿div.overlay
{
	background-image: url(images/white.png);
	display: none;
	width: 480px;
	padding: 25px;
	text-align : left;
}

div.overlay h2
{
    text-align: center;
}

div.overlay ul
{
    list-style: none;
}

div.overlay form>ul>li
{
    margin-bottom:8px;
    clear:both;
}

div.overlay li>label
{
    display:block;
    float:left;
    width:120px;
    margin-right:5px;
    text-align:right;
}

div.overlay ul.checkboxList
{
    margin-left: 125px;
}

div.overlay div.close
{
    background-image: url(images/close.png);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

div.overlay div.buttons
{
    text-align : center;
    margin-top: 20px;
}

div.overlay div.ajax
{
    display:none;
    width:100%;
    height:100%;
    background-color:#fff;
    text-align:center;    
    padding-top: 120px;
}

<!--[if lt IE 7]> 
<style>  
div.apple_overlay { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/overlay_IE6.gif); 
    color:#fff; 
} 
 
/* default close button positioned on upper right corner */ 
div.apple_overlay div.close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/overlay_close_IE6.gif); 
 
}     
</style> 
<![endif]-->
