.comConfirmwindow{
	width:440px;
	height:265px;
	background:white;
	position:absolute;
	z-index:99999999999;
	top:200px;
	left:200px;
	border:1px solid #ccc;
}

.comLoadingbarClass{
	width:100px;
	height:100px;
	background:url(../images/load.gif) no-repeat;
	position:absolute;
	left:45%;
	z-index: 99999999999;
}

.btn_red_big{
	float:left;
	width:170px;
	height: 45px;
	line-height: 45px;
	font-size:16px;
	text-align:center;
	color:#ffffff;
	cursor: pointer;
	background-color: #CE0000;
}

.btn_gray_big{
	float:left;
	width:170px;
	height: 45px;
	line-height: 45px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	cursor: pointer;
	background-color: gray;
	margin-left:20px;
}

.btn_excute {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #CE0000;
	color: #fff;
	text-align: center;
	font-size: 16pt;
	float: right;
	cursor: pointer;
}

.btn_save {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #FF8040;
	color: #fff;
	text-align: center;
	font-size: 16pt;
	float: right;
	cursor: pointer;
}

.btn_red_small{
	width:85px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	color:#ffffff;
	cursor: pointer;
	background-color: #CE0000;
	float:left;
}

.btn_gray_small{
	width:85px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	color:#ffffff;
	cursor: pointer;
	background-color: gray;
	float:left;
}