/** 
 * Global Styles
 */
.rumbleui-button {
	cursor: pointer;
} 

/**
 * The Box 
 */
#thebox-panel {
	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;	
	background-image: url("../javascript/rumbleui/image/loader.gif?v={VERSION-NUMBER}");
	border: 2px solid #CCCCCC;
	padding: 20px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#thebox-panel img {
	cursor: pointer;
}
#thebox-background {
	background-color: #FFFFFF;
	z-index: 99;
}


/**
 * Box
 */
#rumbleui-box-background {
	background-color: #000000;
	z-index: 998;
}

#rumbleui-box {
	position: relative;
	background-color: #FFFFFF;
	margin: auto auto auto auto;
	padding: 10px 10px 10px 10px; 
	overflow: hidden;
	z-index: 999;
}

#rumbleui-box .rumbleui-button {
	background-color: #666666; 
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-size: small;
	float: right;
}

