body
{
	color:black;
	font-size:12px;
}
h1
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
	height:30px;
}
h3
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:15px;
}
p
{
	margin-bottom:12px;
}
.minlab_navi_menu
{
	position:absolute;
	right:5px;
	top: 175px;
	z-index: 99999;
}
.box
{
	border:1px solid black;
	padding: 1px 1px 1px 1px; 
}
input.checkbox
{
	margin-bottom:0px;
}
.button_cancel
{
	border-color: #ff6633;
	background-color: #AA1100;
	text-decoration: none;   
	color: white;
	text-align: center;
	font-weight: bolder;
}
.button_cancel_highlight
{
	border-color: #ff6633;
	background-color: #FF5555;
	text-decoration: none;   
	color: black;
	text-align: center;
	font-weight: bolder;
	cursor: pointer;
}
.button_submit
{
	border-color: #44dd11;
	background-color: #11AA00;
	text-decoration: none;   
	color: white;
	text-align: center;
	font-weight: bolder;
}
.button_submit_highlight
{
	border-color: #44dd11;
	background-color: #11FF00;
	text-decoration: none;   
	color: black;
	text-align: center;
	font-weight: bolder;
	cursor: pointer;
}
.rowclick
{
	background-color: #DDFFDD;
	cursor: pointer;
}
.notice
{
	width:85%;
	border:1px solid black;
	background: gold;
	color: black;
	text-align:justify;
	padding: 3px 3px 3px 3px; 
}
.bodytext
{
	color:black;
	font-size:12px;	
}