#HPI
{
	padding:0px; 
	height:297px; 
	width:205px;
}
#top
{
	background:url(images/top.png);
	width:205px;
	height:48px;
	position:relative;
	top:0px;
	left:0px;
}
#left
{
	background:url(images/left.png);
	width:12px;
	height:229px;
	position:relative;
	top:48px;
	left:0px;
}
#content
{
	background:url(images/main_body.jpg);
	width:183px;
	height:229px;
	position:absolute;
	left:12px;
}
#right
{
	background:url(images/right.png);
	width:10px;
	height:229px;
	position:relative;
	left:195px;
}
#under
{
	background:url(images/under.png);
	width:205px;
	height:20px;
	position:absolute;
	left:-195px;
	top:229px;
}
.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.table-control
{
	padding:5px;
	width:100%;
}
.form
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #FFF;
	padding: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}