.page_loading_panel
{
	background-color: #FFFFFF;
	border: 1px solid #C8D3DA;
	width: 300px;
	height: 70px;
	background-image: url(page_loading/background.gif);
	background-repeat: no-repeat;
}

.page_loading_text
{
	text-decoration: none;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
}

.page_loading_image
{
	width: 32px;
	height: 32px;
	background-image: url(page_loading/loading.gif);
	background-repeat: no-repeat;
}