/* CSS Document */

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}	
#button { 
	float: right;
	background: url(/images/box-right.gif) top right no-repeat;
	width:187px;
	font-size:10px;
	line-height:13px;
	margin-bottom:10px;
	}
#button.small {width:auto;}
html>body #button {width:auto;
	min-width: 100px;
	max-width: 205px;}
#btn-inner {
	margin: 0;
	padding: 8px 0 0 0;
	background: url(/images/box-left.gif) top left no-repeat;
	}		
#btn-inner a {
	display: block;
	margin: 0; 
	padding: 0 0 0 12px;
	text-decoration: none;
	background: url(/images/box-left.gif) bottom left no-repeat;
	color:#345789; font-weight:bold;
	}
	
#btn-inner a span {font-weight:normal;}	
#btn-inner a:hover {
	text-decoration:none;
	}		

#btn-inner em {
	display: block; 
	margin: 0;
	padding: 0 20px 20px 22px;
	font-style: normal;
	background: url(/images/box-right.gif) bottom right no-repeat;
	}

#btn-inner img {
	margin-right: 5px;
	margin-top:-2px; 
	float:left;
	}
