
/* CSS Document */


div#help {
	width:700px;
	margin:0px;
	padding:0px;

}
div#help h3{
	width:700px;
	background-image:none;
	background-color:#069;
	color:#FFF;
	border-bottom:1px dotted #fff;
	border-top:1px dotted #fff;

}
div#help table.form {
	margin-left:30px;
	padding:0;


}
div#help ol {
	width:px;
	margin:5px 0 0 50px ;
	font-size:95%;
	list-style-type: square;
	list-style-image:none;
	

}

div#help h4{
	width:700;
	background-image:none;
	color: #F33;
	border-bottom:1px dotted #9CC;
	border-left:10px solid #9CC;
	margin:15 0 0 0;
	padding:0px 10;

}
	

div#help h5 {
	width:400px;
	margin:15 0 0 10;
	padding:0px 0px 0px 5px;
	border-bottom:1px solid #9C9;
	border-top:1px solid #9C9;
	border-left:8px solid #093;
	border-right:2px solid #093;
	background-color: #CFC;
	font-size:95%;
}

div#help p.indent{
	width:650px;
	text-indent:0.7em;
	line-height: 160%;
	margin:15 0 0 25px;
	padding:0px;

}
div#help ul {
	width:650px;
	margin:5px 0 0 30px ;

}
div#help ul li {
	margin:10px 0 0 0px ;
	list-style-image: url(/search/images/list.gif);
	background-position:left center;


}
div#help ul p {
	margin:5px 0 0 20px ;

}