div#bg_part1
{
	position: absolute;
	z-index: -2;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 160px;
	background-color: #ffffff;
}

div#bg_part2
{
	position: absolute;
	z-index: -2;
	top: 160px;
	left: 0px;
	right: 0px;
	height: 37px;
	background-color: #000000;
}
div#bg_part2_dev
{
	position: absolute;
	z-index: -2;
	top: 160px;
	left: 0px;
	right: 0px;
	height: 37px;
	background-color: #1111FF;
}

div#bg_part3
{
	position: absolute;
	z-index: -2;
	top: 197px;
	left: 0px;
	right: 0px;
	height: 75px;
	background-color: #ffb987;
}


div#whitefill
{
	position: absolute;
	z-index: -1;
	top: 25px;
	left: 25px;
	right: 29px;
	bottom: 29px;
	background-color: #ffffff;
}
div#bordert
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 25px;
	right: 29px;
	height: 25px;
	background-image:url(/images/jobcode/border_t.png);
}

div#borderl
{
	position: absolute;
	z-index: -1;
	top: 25px;
	left: 0px;
	width: 25px;
	bottom: 29px;
	background-image:url(/images/jobcode/border_l.png);
}
div#borderr
{
	position: absolute;
	z-index: -1;
	top: 25px;
	right: 0px;
	width: 29px;
	bottom: 29px;
	background-image:url(/images/jobcode/border_r.png);
}
div#borderb
{
	position: absolute;
	z-index: -1;
	left: 25px;
	right: 29px;
	bottom: 0px;
	height: 29px;
	background-image:url(/images/jobcode/border_b.png);
}
div#cornertl
{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-image:url(/images/jobcode/corner_tl.png);
}
div#cornertr
{
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	width: 29px;
	height: 25px;
	background-image:url(/images/jobcode/corner_tr.png);
}
div#cornerbl
{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0px;
	width: 25px;
	height: 29px;
	background-image:url(/images/jobcode/corner_bl.png);
}
div#cornerbr
{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: 0px;
	width: 29px;
	height: 29px;
	background-image:url(/images/jobcode/corner_br.png);
}
