#divpopup{
	background-color: white;
	position:absolute; 
	left: 240px; 
	width: 500px; 
	border-style: solid;
	border-width: 2px;
	z-index: 10;
	}

#divpopup-header {
	width: 100%;
	height: 51px;
	}
						
#divpopup-header-left {
	height: 51px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/CorporateSkin/images/pop_up/popup_header_stretch.gif');
	}
						
#divpopup-title {
	float: left;
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	margin: 15px 0px 0px 15px;
	}
						
#divpopup-header-right {
	float: right;
	width: 63px;
	height: 51px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/CorporateSkin/images/pop_up/popup_header_logo.gif');
	}

#divpopup-content {
	height: 300px;
	background-color: #ffffff;
	overflow: auto;
	}
						
#divpopup-content-area {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	overflow: auto;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	}			

#divpopup-question {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	padding: 0px 0px 15px 0px;
	}

#divpopup-footer {
	width: 100%;
	height: 47px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/CorporateSkin/images/pop_up/popup_footer_stretch.gif');
	}
				
#divpopup-navigation {
	float: right;
	height: 26px;
	margin: 11px 15px 10px 0px;
	}