div# h1 {
	font-size: 14px;
	color: white;
	line-height: 28px;
	height: 30px;
	background: url(../../images/h1_title_bg.jpg) no-repeat;
	padding-left: 10px;
	margin: 0;
}
div# h2 {
	font-size: 12px;
	color: #555;
	line-height: 23px;
	height: 25px;
	width: 160px;
	background: url(../../images/h2_title_bg.jpg) no-repeat;
	padding-left: 5px;
	margin: 0 0 5px;
}
div# h3 {
	font-size: 12px;
	margin: 0px;
}
div# h4 {
	font-size: 10px;
	text-align: right;
	background: url(../../images/h4_back_bg.jpg) no-repeat;
	line-height: 19px;
	height: 22px;
	margin: 0px;
	padding-right: 10px;
}
div# h4 a {
	color: white;
	padding-left: 11px;
}
div# h4 a.go-back {
	background: url(../../images/arrow_left.gif) no-repeat left 3px;
}
div# h4 a.go-top {
	background: url(../../images/arrow_top.gif) no-repeat left 3px;
	margin-left: 15px;
}
div# {
	background: white;
	border: 1px solid #c90;
	margin-bottom: 8px;
}
div#php-body {
	padding: 20px;
}
table#PHPFILE {
	margin-bottom: 15px;
	border-collapse: collapse;
}
table#PHPFILE td {
	width: 300px;
	padding: 15px;
	border: 1px solid #aaa;
}
table#PHPFILE th {
	width: 120px;
	padding: 15px;
	border: 1px solid #aaa;
	background: #eee;
	font-weight: bold;
}
div.SPACER {
	font-size: 1px;
	height: 10px;
	line-height: normal;
}
.CAUTION {
	color: #c00;
}
.REG {
	margin: 0px;
}
#MAINLAYOUT {
	float: left;
}
