DIV.floatingWindowShell {
	background:none;
	box-shadow:0 0 2px #333333;

}

.modal-alert .media-body {
	padding-left:10px;
}
.modal-candy-cane {
	background-image:url(/_ckcommon/images/fw/candyCane.gif);
	background-repeat:repeat-x;
	border-radius:4px;
	cursor:wait;
	border-top:1px solid rgba(0,0,0,0.4);
	border-left:1px solid rgba(0,0,0,0.4);
	width:375px;
	height:30px;
}

.modal-status .modal-candy-cane {
	width:200px;
	height:25px;
	float:left;
	margin-right:10px;
}





.floatingWindow-candyCane {
	text-align:center;
	margin:0px;
	background-image:url(/_ckcommon/images/fw/candyCane.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:10px;
	padding-bottom:20px;
	width:400px;
	cursor:wait;
}
.floatingWindow-candyCane-text {
	text-align:center;
	padding:0 10px 10px 10px;
	cursor:wait;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

.floatingWindow-candyCaneStatusBar {
	background-image:url(/_ckcommon/images/fw/candyCane.gif);
	background-repeat:repeat-x;
	
	margin:0px;
	padding:0px;
	
	border-radius:6px;
	width:200px;
	height:20px;
	cursor:wait;
	border:1px solid rgba(0,0,0,0.1);
}
