#waitingDiv {
	z-index: 50;
	position: absolute;
	left: 370px;
	top: 70px;
	border: 1px solid #6aade4;
	background-color: #daeaf8;
	color: #6aade4;
	font-size: 16px;
	font-weight: bold;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* ############################################## */

#noticeDiv {
	z-index: 50;
	position: absolute;
	left: 370px;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#noticeDiv .success {
	background-color: #fff;
	padding: 5px;
}

#noticeDiv .error {
	background-color: #f00;
	padding: 5px;
}

#noticeDiv .content {
	background-color: #fff;
	padding: 5px;
}

#noticeDiv #noticeHead {
	color: #FF9A00;
	font-size: 14px;
	font-weight: bold;
}

#noticeDiv #noticeText {
	padding: 5px 0px;
}

#noticeDiv #noticeFoot {
	border-top: 1px dotted #ccc;
	padding: 5px 0px;
	text-align: right;
	font-weight: bold;
}

/* ############################################## */

#actionDiv {
	z-index: 50;
	position: absolute;
	left: 250px;
}

/* ############################################## */

#transDiv {
	z-index: 25;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity:0.5; 
	opacity:0.5;
	background-color: #000;
}

/* ############################################## */
