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

#bg_wnd
{
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	border-style: solid;
	border-color: #373737;
	border-width: 1px; 
}


#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;
}


div.error,
div.notice
{
	padding:5px 0;
	font-size: 12px;
	text-align: center;
}

div.notice span
{
	padding:5px;
	border: solid 1px #5F5F5F;
	background-color:#D9ECD9;
}

div.error span
{
	padding:5px;
	border: solid 1px #5F5F5F;
	color:#ffffff;	
	background-color:#FF7C5C;
}
