/* **************************** CONTACT MANAGER STYLES **************************** */ 

/* used in the login page to welocme the user*/
.welcome-text     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom:15px;
}

/* used in displaying the client name and address in the registration and contact us form*/
.client-address     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 8pt;
	font-weight: normal;
} 

/* used in the section headings of the registration and contact us form, view profile page*/
.register-heading     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #573589;
	ont-size: 9pt;
	font-weight: bold;
} 


/* used in the field titles of the registration and contact us form*/
.register-field     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 8pt;
	font-weight: normal;
	padding-top:5px;
} 

/* used in displaying the subheading text in the view profile form*/
.register-text {  
				font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
				color: #454545;
				font-size: 8pt;
				font-weight: normal;
			  }

			  
/*------------LOGIN FORM INCLUDES z_loginform.asp-------------------------------*/
			  
/* used in displaying the login label text on the login form*/
.login-text {  
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #676D71;
	font-size: 7pt;
	line-height: 8pt;
	font-weight: normal;
	}

	