/**************************************************************************
  *  The beginnings of this script was found at http://www.codepost.org/view.php?id=120
  *  Posted by Erik on Feb 10 2006 @ 13:41
  *
  *  Name: Ajax todo list
  *
  *  Edited on Sep. 4 2007 @ 23:25 by Chris Hess (http://cjhess.com)
  **************************************************************************/


.info 
{
	font-size: small;
}


.notelist 
{
	_padding-top: 10px; /* for IE only */
  	width: 660px;
  	border: 1px #000 dotted;
}


li
{
	list-style:none;
	background-color: #eeeeee;
	border: 1px dotted;
	width: 573px;
	margin-bottom: 1px;
	vertical-align: middle;
}