
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: -121px 0px 0px -100px;
	padding: 0;
	width: 200px;
	height: 242px;
	top: 50%;	
	left: 50%;	
	background: url('../img/bkg_callme.gif') no-repeat;
}

#txt-ddd
{
	position: absolute;
	width: 27px;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border: 0px;
	top: 123px;
	left: 19px;
	text-align: center;
	background: #f0eff5;
}

#txt-pn
{
	position: absolute;
	width: 108px;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border: 0px;
	top: 123px;
	left: 71px;
	text-align: center;
	background: #f0eff5;	
}

#btn-pn
{
	position: absolute;
	width: 127px;
	height: 39px;
	top: 181px;
	left: 37px;
}