#watchBox
{
	border: 2px solid black;
	width: 180px;
	overflow: hidden;
	margin-bottom: 1em;
}
#watchBox .boxTitle
{
	text-align: center;
	background-color: #9cf;
	width: 100%;
	cursor: default;
	border-bottom: 1px solid gray;
}
#watchBox form
{
	margin: 0;
}

#submitwatch
{
	vertical-align: text-bottom;
	padding-left: 2px;
}

#watch
{
	list-style-type: none;
	margin: 0;
	padding-left: 24px;
}
#watch li:hover
{
	color: red;
	text-decoration: line-through;
	list-style-image: url(minus.png);
	cursor: pointer;
}
