.sub_heading_style_sheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
}
.main_heading_style_sheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0033FF;
}
.password_note {
	background-color: #f3f3f3;
	display: inline;
	height: 20px;
	width: 360px;
	border: thin solid #990000;
	padding: 10px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 263px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

.password_block {
	background-color: #f3f3f3;
	display: inline;
	height: 100px;
	width: 360px;
	border: thin solid #990000;
	padding: 10px;
	left: 5px;
	top: 0;
	right: 0;
	bottom: 5px;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 263px;
		
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}

