/*.script {
	border:1px #CCCCCC solid;
	margin:5px 0px 5px;
	background:#FFFFFF;
	padding:5px;
}

#menu-hover{
	clear:both;
	float:none;
	display:block;
}
*/

/**
	MooHover buttons.
	We set all styles in one declaration.
*/
.default, .MooTrans, .defaultMooButton, .MooButton { 
	display:block; 
	position:relative; 
	float:left;
	margin-right:5px;
	width:118px; 
	height:59px; 
	background:url(../images/m2_off.jpg); 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold; 
	line-height:36px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
  padding-top:10px; 
}
.default, .MooTrans1, .defaultMooButton, .MooButton { 
	display:block; 
	position:relative; 
	float:left;
	margin-right:5px;
	width:118px; 
	height:59px; 
	background:url(../images/m2_off.jpg); 
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold; 
	line-height:36px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
  padding-top:10px; 
}

/**
	set the background for our buttons
*/
.MooTrans, .MooButton { 
	background:url(../images/m2_on.jpg);
}
/**
	The form inputs have a border. Let's get rid of it
*/
.MooButton {
	border:none;	
}
