DIV.form_redbox{
	margin:10px 0px;
	border-left:10px red solid;
	padding:0.5em;
	text-align:left;
	font-weight:bold;
}
DIV.form_greenbox{
	border:2px green solid;
	padding:0.5em;
	text-align:center;
}
DIV.menu_list{
	margin-top:1.5em;
}
DIV.menu_list P{
	border-left:4px solid blue;
	margin:0.5em 0px;
	padding:0px 1em;
}
DIV.menu_form{
	margin:1.5em 0px;
	background-color:rgb(250,250,250);
	border:1px #CCCCCC solid;
	color:rgb(0,0,0);
	padding:5px
}
DIV.menu_form input.text,DIV.menu_form textarea{
	margin:0px;
	margin-top:3px;
	padding:2px;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	border:1px solid rgb(180,180,180);
	width:100%;
}
DIV.menu_form input.text{
	height:24px;
}
DIV.menu_form p.type1{
	font-weight:bold;
	margin:12px 0px;
}
DIV.menu_form p.type2{
	height:20px;
	margin:0px;
}
DIV.menu_form DIV.preview{
	border:1px black solid;
	padding: 0.6em 0.3em;
	margin:0.2em;
	background-color:white;
}