div#button {
	display: block;
	margin: 0px;
	padding: 4px;
	border: 1px solid #999999;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat;
	text-align: center;
}
div#button .text {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}
div#outline {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

