@charset "UTF-8";
/* CSS Document */

/* REVISION HISTORY
 2008-06-20 JAS Manually copied specific styles from PHPList's styles/phplist.css 
                 into separate file to allow use of these styles with JandP's styles.
*/

.attributeinput  {
/*
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
*/
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.required {
/*
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
*/
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

