hr .popup
{
	background: #d2d0ac;
	height: 100;
	width: 100%;
}

ol#first
{
	counter-reset: item;
}

li
{
	display:block;
	margin-top: 15px;
	margin-left: -15px;
}

li:before 
{     
	content:'' /*counter(item) '. '*/;     
	counter-increment:item;  
}

li#page1
{
	counter-reset: item 0;
}

li#page2
{
	counter-reset: item 5;
}
li#page3
{
	counter-reset: item 8;
}
li#page4
{
	counter-reset: item 12;
}

.popFormPanel
{
	height: 360px;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 2;
	border-color:black;
	border-width:0px;
	border-style:solid;
}
