/*
 * common.css :	Styles common to ALL pages
 *
*/

/* a black window that will cover the entire page (i.e. when showing floating windows such as Add My Feed) */
#window_black
{
	background-color: #0B163B;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	z-index: 6;
}

ul.user_input
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	color: #000;
	list-style-type: none;
	margin: 0; padding: 0;
}

ul.user_input li
{
	list-style-type: none;
	margin: 0; padding: 0;
	margin-left: 5px;
	margin-top: 2px;
}