@charset "utf-8";
/* CSS Document */
#stoppress   {
	border: 2px solid #FF0000;
	float: right;
	width: 200px;
	clear: none;
	padding: 5px;
	text-align: center;
}
#sptitle {
	font-weight: bold;
	color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	padding: 5px;
}
#spdate {
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 5px;
}

