/* MooHover buttons global style */
.default, .MooTrans, .defaultMooButton, .MooButton, .defaultPdf, .MooTransPdf { 
	display:block;
	position:relative; 
	float:right;
	margin-left:10px;
	text-align:center;
	width:110px;
	height:26px; 
	background:url(images/btnsprite.png) no-repeat 0 0; 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:normal; 
	line-height:26px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
}
a.MooTransPdf:hover, a.MooTrans:hover {
	color:#ffb800;
	text-decoration:none;
}
.defaultPdf, .MooTransPdf {
	background-position:0 -60px;
}
/* mo bg */
.MooTrans, .MooButton { 
	background-position:0 -30px;
	margin-left:0px;
}
.MooTransPdf {
	background-position:0 -90px;
	color:#0F0;
	margin-left:0px;
}
/* IF form inputs have a border --  get rid of it */
.MooButton {
	border:none;	
}