/** CSS styles used for busybox. */

.busyboxBackground {
	background-color:Black;
	filter: alpha(opacity=10);
	opacity: 0.1;
}

.busyboxPopup {
	background-color: #EBE9D7;
	border-width: 3px;
	border-style: solid;
	border-color: gray;
	padding: 3px;
	text-align: center; 

}

.busyboxText {
	font-weight: bold;
}

.busyboxImage {
	border-width: 0;
}

