a.link_button
{
	background: transparent url(button_right.png) no-repeat scroll top right;
	display: inline-block;
	height: 18px;
	width: 200px; /* =min-width in ie*/
}
html>body a.link_button /*ie ignore*/
{
	width: auto;
	min-width: 200px;
}
a.link_button, a.link_button:link, a.link_button:visited, 
a.link_button:hover, a.link_button:active
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #000066;
	text-decoration: none;
}
a.link_button span
{
	background: url(button_left.png) no-repeat top left;
	display: block;
	white-space: nowrap;
	line-height: 16px;
	text-align: center;
	padding: 1px 12px 1px 12px;
}
a.link_button:hover
{
	text-decoration: underline;
	cursor:pointer;
}
a.link_button:active
{
    background-position: bottom right;
    outline: none;
}
a.link_button:active span
{
    background-position: bottom left;
}
a.main_button, a.main_button:link, a.main_button:visited, 
a.main_button:hover, a.main_button:active
{
	font-weight: bold;
}

