/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/

/* trimmed */
ul{margin:10px 0;}
ul li{
	padding-left:14px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-bottom: 5px;
}
ol li{list-style:decimal outside;}
ol {margin-left:2em;}
ol li{list-style:decimal outside;}
p{margin-bottom:12px;}
blockquote,ol,dl{margin:1em;}
dl{margin-left:2em;}
dl dd{margin-left:1em;}
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
em{font-style:italic;}

