/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: -100px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 150099;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	
}
#popupInner {
	width:100%;
	position: relative;
	border: 1px solid #616161;
	background-color:#ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar {
/*	margin-top:5px;
	margin-left:10px;*/
	width:100%;
/*	background-image:url(../Images/nowINcar/title_pointer.gif);
	background-repeat:no-repeat;*/
}

.popupTitleBar {
	margin-top:5px;
	margin-left:10px;
	width:100%;
/*	background-image:url(../Images/nowINcar/title_pointer.gif);
	background-repeat:no-repeat;*/
}

.NopopupTitleBar {
	margin-top:5px;
	margin-left:10px;
	width:100%;
}

#popupTitle {
	float:left;
	/*width:285px;*/
	overflow:hidden;
	width:90%;
/*	width:50%;*/
/*	padding-left:10px;*/
}
#popupTitle img{ float:left; margin:0; padding:0;}

#popupControls {
	width:15px;
	padding:10px 5px 0 0;
	float:right;
	cursor:pointer;
}