﻿/*[Information]===============================================	

	DeeEmm Adultcheck Popup MOD
	Created on 23/03/2010 02:47 
	by DeeEmm AKA Mick Percy deeemm@deeemm.com
	
	DeeEmm Web Technologies 
	PO Box 2105
	Hilton Plaza
	SA 5033
	Australia
	
	http://www.deeemm.com
	
	See included README file for more information

=====================================[http://www.deeemm.com]*/

#DM_Popup_BG{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #DEDEDE;
z-index:1001;
}

#DM_Popup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:300px;
width:408px;
background:#FFFFFF;
border:5px solid #666666;
z-index:1002;
padding:12px;
font-size:13px;
}

.DM_Popup_Text{
padding:10px;
border:3px solid #3868BA;
text-align: center;
background-color: #95C6DA;
}

#DM_Popup h1{
text-align: center;
color:#3868BA;
font-size:22px;
font-weight:700;
padding-bottom:2px;
margin-bottom:20px;
}

#DM_PopupClose{
cursor:pointer;
}

#DM_Popup img{
border:none;
}

#DM_adultcheck_enter_button{
position:relative;
float:left;
left:30px;
height:40px;
width:100px;
background-image:url('../images/DM_adultcheck_enter.png');
}

#DM_adultcheck_leave_button{
position:relative;
float:right;
right:30px;
height:40px;
width:100px;
background-image:url('../images/DM_adultcheck_leave.png');
}