
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: bold 10px Verdana, Arial, Helvetica;
	background: white;
}

a
{
	outline: none;
}

img
{
	border: 0px;
}

input
{
	outline: none;
}

#outer
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: white;	
}

#inner
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 317px;
	height: 85px;
	top: 0;	
	left: 0;	
	background: url('../img/bkg_frame.gif') no-repeat;
}

#txt-ddd
{
	position: absolute;
	width: 30px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border: 0px;
	top: 29px;
	left: 129px;
	text-align: center;
	background: transparent;
}

#txt-pn
{
	position: absolute;
	width: 104px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border: 0px;
	top: 29px;
	left: 167px;
	text-align: center;
	background: transparent;	
}

#btn-pn
{
	position: absolute;
	width: 28px;
	height: 20px;
	top: 27px;
	left: 279px;
}