#facebox h1 {
	font-size:200%;
	font-weight:normal;
	line-height:normal;
	margin:0px 90px 12px 0px;  /* Note the 90px margin-right is implemented to limit the width of the h1. This is done because the sifr-replaced flash area would overlap the Close button. (And since sifr does not allow this the header would automatically be pushed down.)  */
	color:#992C96;
	padding:0px;
	position:relative; /* added so the h1 is not partially hidden - Iain*/
	position:fixed \0/IE9 ;	
}

/* html>body #facebox h1:first-child  { 
	*margin-top: -17px;  hack for IE7 because the 90px margin-right fix did not produce the correct result in IE7, see above #facebox h1 style) 
	
}*/

#facebox h2 {
	font-size:150%;
	font-weight:normal;
	line-height:normal;
	margin: 8px 0 0;
	color:#992C96;
}

#facebox table {
font-size: 100%;
direction: ltr;
}

#facebox td {
	line-height:17px;
}


#facebox .info ul {
	padding-left: 15px;;
}

#facebox .no_info {
	padding: 20px;
}

#facebox .cell {
	padding: 0px;
	width: 50%;
	vertical-align: top;
}

#facebox .bold {
	font-weight: bold;
}

#facebox .b {
	background:url('/consumerfiles/assets/nps/images/facebox/b.png');	
}

#facebox .bt {
	background:url('/consumerfiles/assets/nps/images/facebox/top.png');
}

#facebox .bb {
	background:url('/consumerfiles/assets/nps/images/facebox/bottom.png');
}

#facebox .bleft {
	background:url('/consumerfiles/assets/nps/images/facebox/left.png');	
}

#facebox .bright {
	background:url('/consumerfiles/assets/nps/images/facebox/right.png');
}

#facebox .tl {
	background:url('/consumerfiles/assets/nps/images/facebox/tl.png');
}

#facebox .tr {
	background:url('/consumerfiles/assets/nps/images/facebox/tr.png');
}

#facebox .bl {
	background:url('/consumerfiles/assets/nps/images/facebox/bl.png');
}

#facebox .br {
	background:url('/consumerfiles/assets/nps/images/facebox/br.png');
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: left;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td.cell {
	border-bottom: 0;
	padding: 0;
}

#facebox td.body {
	background: #fff;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
}

#facebox .info {
	
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 45px;
	width: 45px;
	overflow: hidden;
	padding: 0;
}

#facebox .lightbox-button-close {
	background:url('/consumerfiles/assets/nps/images/facebox/close_btn.gif') no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	float:right;
	height:16px;
	padding:0;
	width:22px;
}

#facebox .closelabel {
	color:#000;
	text-decoration:none;
	padding-right:5px;
}

#facebox .lightbox-close{
	float: right;
	top:5;
	z-index:10001;
	text-align: right;
	position: relative;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide {
	z-index:-100;
}

.facebox_overlayBG {
	background-color: #fff;
	z-index: 9998;
}

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
	background-color: transparent;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

td.body {
	background: none; /* else no transparancy */
}

#facebox p {
	padding-bottom: 10px;
	padding-top: 0px;
}

#facebox p.author {
	font-style: italic;
	padding-top: 20px;
}

#facebox ul li {
	padding-bottom: 6px;
}

#facebox label {
	margin-right: 25px;
}

/* Styling for the attention box inside a facebox */
#facebox .attention-box {
	margin-top: 24px;
	height: auto;
}

#facebox .attention-box #sendFeedbackForm textarea {
	height:80px;
	width:100%;
	margin-bottom:20px;
}

#facebox .attention-box #sendFeedbackForm .more_input {
	display: none;
}






/* Document list styling facebox */
	/* docs-list */
#facebox ul.docs-list li.downloadlink {
	padding:3px 0 0 23px;	
	list-style:none;
}

#facebox hr {
	margin-bottom:15px;
}

#facebox ul.docs-list{
	margin:7px 0 10px 0;
	padding:0px;	
	list-style:none;
}

#facebox ul.docs-list li.downloadlink span.filesize {
	color:#5D6678;
}

	/* software-list */
#facebox ul.software-list{
	clear:right;
	float:left;
}

#facebox ul.software-list li.downloadlink {
	padding:3px 0 11px 23px;	
	list-style:none;
}

#facebox ul.software-list {
	margin:7px 0 10px 0;
	padding:0px;	
	list-style:none;
}


#facebox ul.software-list li.downloadlink p.version {
	color:#5D6678;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#facebox ul.software-list li.downloadlink span.filesize {
	color:#5D6678;
}

#facebox .lock-notify-text {
	color:#5D6678;
	margin-top:6px;
}

/* end Document list styling  */

/* dim layer style */
#dim {
	background: url('/consumerfiles/assets/nps/images/dim.png'); 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	z-index:100; 
	display:none; 
	text-align:left; 	
} 

#popupcontainer_modelno .popclose .btnpopclose {
	visibility:hidden;
} 

