﻿body
{
	background: #fff;
	font: 12px/1.25 "Helvetica Neue" , Arial, sans-serif;
	color: #222;
}

.confirm-dialog
{
	background: url(../Images/bg/dialog24.png) no-repeat left top;
	margin: 0px auto;
	width: 350px;
	padding-top: 14px;
	position: relative;
}

.confirm-dialog .inner
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 11px;
	background: url(../Images/bg/dialog24.png) no-repeat left bottom;
	float: left;
	margin: 0px 0px -20px 0px;
	width: 290px;
	padding-top: 0px;
}

.confirm-dialog .base
{
	border-top: #ddd 1px solid;
	background: url(../Images/bg/dialog-base.png) no-repeat left bottom;
	padding-bottom: 4px;
	margin-left: -11px;
	margin-right: -11px;
	padding-top: 4px;
	text-align: center;
}

.confirm-dialog H2
{
	font-weight: bold;
	font-size: 1.25em;
	color: #f60;
	text-align: center;
}

.confirm-dialog H3
{
	font-weight: bold;
	font-size: 1.25em;
	color: #f60;
	text-align: center;
    width: 191px;
}

.confirm-dialog input
{
	width: 100%;
}

.close
{
	display: block;
	background: url(../Images/icn/close24.png) no-repeat 0px 0px;
	left: -5px;
	width: 26px;
	text-indent: -1000em;
	position: absolute;
	top: -7px;
	height: 26px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.BPC_cursor
{
	cursor: pointer;
}
.BPC_lbbold
{
	FONT-WEIGHT:bold;
	font-family: Tahoma, "microsoft sans seif", "ms sans serif";
	font-size: 14px;
	text-align:left;
}
.BPC_lbCaption_Normol 
{
	FONT-WEIGHT: bold;
	font-family: Tahoma, "microsoft sans seif", "ms sans serif";
	font-size: 12px;
	color: #000066;	
}
.BPC_PopupBottom {
	 background-color: White; border-color:#507CD1; border-style:Solid; border-width:1px; font-family:Verdana; font-size:12px;FONT-WEIGHT: bold;color: #000066;
	 width:35px;
	 height:25px;
	 cursor: pointer;
}

.loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        50%;
    left:       50%;
    height:     100%;
    width:      100%;               
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}