/*Thanks to	http://mirificampress.com/permalink/the_amazing_li	http://www.webreference.com/programming/css_style2*/  /* allow room for 3 culumns */  ul.decklist  {    width: 30em;	 padding:0; 	margin:0;   }  /* float & allow room for the widest item */  ul li.decklist  {    float: left;    width: 10em;	list-style-type:none; /*remove bullets*/  }  /* stop the float */  br  {    clear: left;  }  /* separate the list from subsequent markup */  div.decklist  {    margin-bottom: 1em;  }	input.editbutton {	background-color: lightblue;	} 	input.addbutton {	background-color: lightgreen;	} 		input.deletebutton {	background-color: pink;	} 