

/* alert  */
#bg_full, #pr_full
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 10;
}

#bg_wnd
{
	position: relative;
	margin: 0 auto;
	border-style: solid;
	border-color: #373737;
	border-width: 1px; 
	background: #ffffff url('../../images/dialog_bg.jpg') repeat-x;
}


#bg_title
{
	width: 100%;
	height: 22px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #373737;
	text-align: right;
	font-size: 14px;
	padding-top: 4px;
}

#bg_content
{
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #373737;	
}

#bg_button
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#dialogInfo
{
	text-align: left;	
}

#pr_content
{
	text-align: center;
}

 #pr_wnd
{
	margin: 0 auto;
}


