.inverse-default {
	background-color: #fff !important;
	color: #000 !important;
}
.inverse-black {
	background-color: #000 !important;
	color: #fff !important;
}
.inverse-yellow {
	background-color: #ff0 !important;
	color: #000 !important;
}
.inverse-blue {
	background-color: #00f !important;
	color: #fff !important;
}

.accessible-button {
	cursor: pointer;
	background-color: #fafafa;
	border: #ddd solid 1px;
	border-radius: 3px;
	padding: 3px 6px;
}

#page_tool #fontsize2 {
	float: left;
	width: 180px;
	margin-top: 3px;
}
#page_tool #fontsize2 dt {
	font-size: 13px;
	line-height: 1.2em;
	float: left;
	margin-top: 3px;
	font-weight: bold;
}
#page_tool #fontsize2 dd {
	float: left;
	height: 20px;
	font-size: 12px;
	margin-left: 6px;
}

#page_tool #inverse {
	float: left;
	width: 180px;
	margin-top: 3px;
}
#page_tool #inverse dt {
	font-size: 13px;
	line-height: 1.2em;
	float: left;
	margin-top: 3px;
	font-weight: bold;
}
#page_tool #inverse dd {
	float: left;
	height: 20px;
	font-size: 12px;
	margin-left: 6px;
}