<!--	

	#passwordReminderWindow{
		position:absolute;
		display:none;
		top:100px;
		left:400px;
		width:440px;
		/*height:480px;*/
		border:1px solid black;
		background-color:#FFFFFF;
		z-index:1000;
	}
	* html #passwordReminderWindow { /* set for IE - TODO: be nice to get rid off this*/
   		width: 440px;
	}
	#passwordReminderTitle{
		padding:6px 0px 4px 0px;
		background-color:#DDDDDD;
	}
	.passwordReminderHeader{
		font-size:14pt;
	}
	#passwordReminderMessageText{
		padding:6px 0px 4px 0px;
		border-bottom:1px solid black;
	}
	#passwordReminderData{
		 position:relative;
		 width:100%;
		 height:120px;
		 overflow:auto;
	}
	* html #passwordReminderData { /* set for IE - TODO: be nice to get rid off this*/
   		height: 140px;
	}
	#passwordReminderFooter{
		/*height:26px;*/
		padding:10px 0px 10px 0px;
		background-color:#DDDDDD;
	}
	#passwordReminderInput{
		background-color:#FFFFFF;
		padding-left:4px;
	}
	#passwordReminderSent{
		position:absolute;
		height:100%;
		top:0px;
		left:0px;
		z-index:1;
		background-color:#FFFFFF;
		visibility:hidden;
		padding-left:4px;
	}
	* html #passwordReminderSent { /* set for IE */
   		width: 420px;
	}
	
	#passwordReminderForm input {height:18px;font-size:8pt;width:190px;}
	#passwordReminderForm #passwordReminderFormCancel{
		height:20px;
		width:50px;
	}
	#passwordReminderForm #passwordReminderFormSubmit{
		height:20px;
		width:50px;
	}
	
-->
