DIV.floatingWindowShell {
	background:none;
	box-shadow:0 0 2px #333333;

}

.modal-alert .media-body {
	padding-left:10px;
}
.modal-footer {
	background-color:#F5F5F5;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
.modal-status {
	background-color:#F5F5F5;
	border-radius:6px;
	
	color:#454545;
	padding:10px;
	line-height:25px; 
}
.modal-candy-cane {
	background-image:url("../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;
}


.modal-backdrop {
	 /*forgo JS transitions and  display with appropriate opacity*/
	background-color:#000000;
	filter:alpha(opacity=60);
	opacity:0.60;
}
.modal-dialog {
	padding-top:10%;  /*just so it's not stuck to the top of the screen */
	width:94%; /*bootstrap is auto (which goes to full container width), but a little padding on either side looks good */
	margin-left:auto; margin-right:auto; /*redeclare since width set */
}

@media (min-width:768px) {
	.modal-dialog-xs {
		width: 54%;
	}
	.modal-dialog-sm {
		width: 64%;
	}

	.modal-dialog-md {
		width: 74%;
	}

	.modal-dialog-lg {
		width: 84%;
	}

	.modal-dialog-xl {
		width: 94%;
	}
}

.modal-dialog.modal-wait,
.modal-dialog.modal-alert {
	width:500px;
}
@media (max-width: 768px) {
	.modal-dialog.modal-wait,
	.modal-dialog.modal-alert {
		width:auto;
	}
	.modal-candy-cane {
		width:90%;
	}
}


.floatingWindow-candyCane {
	text-align:center;
	margin:0px;
	background-image:url("../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("../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);
}
