#fontsize_control
{
	position: absolute;
	right: 10px;
	top: 42px;
}

#fontsize_control a
{
	background-color: #006000;
	border: 1px solid #007000;
	border-bottom-color: #00A000;
	border-right-color: #00A000;
	color: #f4f4f4;
	display: block;
	float: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

/* Get IE6 to use the whole block as the link */
* html #fontsize_control a
{
	height: 1px;
}

#fontsize_control a.plus1
{
	font-size: 15px;
}

#fontsize_control a.plus2
{
	font-size: 20px;
}

#fontsize_control a:hover
{
	background-color: #00A000;
	border: 1px solid #007000;
	border-left-color: #00C000;
	border-top-color: #00C000;
}

