@charset "utf-8";
/* CSS Document */
.pwdforget{
	/*position:relative;*/
	width:300px;
	background:#FFF;
	border:3px solid whitesmoke;
	height:400px;
	margin:70px auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
*:focus{
	background-color:whitesmoke;
	color:#000;
}
*{
	font-family:arial;

}
.color_font{
	color: #dc143c;
}
.close_window{
	text-decoration:none;
}
.close_window:hover{
	text-decoration:underline;
}
#style12{
	background-attachment:scroll;
	background-image:url(../images/site_images/secure5.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:200px;
	padding: 20px;
	color: #9A0201;
}
#style13{
	background-attachment:scroll;
	background-image:url(../images/site_images/secure.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:180px;
	padding: 20px;
	color: #9A0201;
}