/**
	MooHover buttons. 1
	We set all styles in one declaration.
*/
.default, .MooTrans, .defaultMooButton, .MooButton { 
	display:block; 
	position:relative; 
	float:left;
	width:240px; 
	height:58px; 
	background:url(../images/button_off.png); 
	text-decoration:none; 
	color:#FFFFFF;
	text-indent:7px;
	/**padding-left:10px;*/
	/**text-align:right;*/
	font-weight:bold; 
	font-family:sans-serif, Arial, Helvetica;
	font-size:11px;
}
/**
	set the background for our buttons
*/
.MooTrans, .MooButton { 
	background:url(../images/button_on.png);
}
/**
	The form inputs have a border. Let's get rid of it
*/
.MooButton {
	border:none;	
}
/**
	All positioning for the submit button is done on the .defaultMooButton container div
*/
.defaultMooButton { float:right; margin-top:5px; }