#Forgotten_Password {
	display: none;			    
	position: absolute;
	top: 110px;/*30%;*/
	left: 50%;
	margin-left: -182px;
	width: 380px;
	height: 220px;
	background-image:url(../Pictures/Assets/pop_up_pwd.gif);
	background-repeat: no-repeat;
	background-color: #B787A1;
	border: 5px solid #A2004C;   
}
#Forgotten_Password p {	
	margin-top: 20px;
	text-align: left;
}	
#Forgotten_Password p img {
	cursor: pointer;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

.BlocText_Content {
	padding-top: 70px;
	padding-left:30px;
	color: white;
	font-size: 10px;
}

.jqmOverlay { 
	background-color: #B787A1;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #Forgotten_Password {
     position: absolute;/**/
     top: expression(parseInt((document.documentElement.scrollTop || document.body.scrollTop) + 110) + 'px');
  /*   top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(3 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
}


#errorContainer {
	display: none;
/*	padding-top:5px;*/
	padding-top: 70px;
	padding-left:30px;
	color : white;
	
}
#errorContainer label {
	display: block;
	font-size: 11px;
	color : white;
}
#final_text {
	display: none;
	padding-top: 70px;
	padding-left:30px;
	color : white;
}
