/* CM tools, message box css */
/* includes the Wait-Wait box, and the TMB box */

.waitwait{
	border:3px maroon solid;
	border-radius:12px;
	color:navy;
	display:none;
	height:70px;
	background-color:#ffffff;
	padding:5px;
	width:400px;
	z-index:9999
}

#_cm_tmb{
	background-color:#ffffff;
	border:3px navy solid;
	border-radius:20px;
	color:navy;
	display:none;
	height:70px;
	padding:5px;
	position:relative;
	width:400px;
	z-index:9999
}
