#container p{
	clear:both; 
	float:none;
	margin:0px 0px 5px;
}

.script {
	border:1px #CCCCCC solid;
	margin:5px 0px 5px;
	background:#ffffFF;
	padding:5px;
}

#menu-hover{
	clear:both;
	float:none;
	display:block;
}

#form_example{
	width:260px;
	margin:0px auto 0px;
	display:table;
	position:relative;
	background:#c8d0d4;
	padding:10px; white-space:nowrap;
}
input { border:1px #666666 solid; }
label { width:100px; display:block; float:left; text-align:right; color:#000000; font-weight:bold; padding-right:4px; }

/**
	MooHover buttons.
	We set all styles in one declaration.
*/
.default, .MooTrans, .defaultMooButton, .MooButton { 
	display:block; 
	position:relative; 
	float:left;
	margin-right:0px;
	width:85px; 
	height:25px; 
	background:url(button_off.png); 
	text-decoration:none; 
	color:#000000; 
	font-weight:bold; 
	line-height:25px; 
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
}
/**
	set the background for our buttons
*/
.MooTrans, .MooButton {
	background:url(button_on.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
/**
	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; }

