@charset "utf-8";
/* CSS Document */

h2.logon{
	display:block;
	width:780px;
	height:42px;
	background: url(../images/LogOn_title.png) no-repeat 0 0;
	text-indent:-9999px;
	padding-bottom:10px;
	}

h2.signup{
	display:block;
	width:780px;
	height:42px;
	background: url(../images/signup_title.png) no-repeat 0 0;
	text-indent:-9999px;
	padding-bottom:10px;
	}			

h2.recover_password{
	display:block;
	width:780px;
	height:42px;
	background: url(../images/reciverPassword_title.png) no-repeat 0 0;
	text-indent:-9999px;
	padding-bottom:10px;
	}

h2.resendVerify{
	display:block;
	width:780px;
	height:42px;
	background: url(../images/ResendVerify_title.png) no-repeat 0 0;
	text-indent:-9999px;
	padding-bottom:10px;
	}
