/*
-----------------------------------------------
Style Sheet

Bulletproof Button
Author:   Cameron Moll | www.cameronmoll.com
Version:  2006.10
----------------------------------------------- */
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;
	}

#button_wider {
	float: right;
	background: url(/images/box-right.gif) top right no-repeat;
	width:230px;
	font-size:10px;
	line-height:13px;
	}
			
#button.small {display:block; width:140px;}
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;
	text-align:left;
	}	
	
#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 {
float:left;
margin:0;
margin-top:-2px;
}