/* MODALS */
.modalWrapperClass {
	width:100%;
	display: block;
	z-index:600;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	overflow: hidden;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	background: #fff;
}
 
#modalBody {
	padding: 15px 30px 15px 30px;
	text-align: center;
}
.modalClass {
	z-index:650;
	font-size: 11px;
	position: absolute;
	color: #000000;
}
 
.modalTitleBar {
	background: #E0E0E0;
	height: 20px;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
	line-height: 1.6;
	overflow: hidden;
	font-size: 11px;
}
 
.modalClass {
	background: #f0f0ee;
	border: 2px solid #d3d3d3;
}
 
.modalYesNoButtons {
	width: 150px;
	margin: 10px auto 0px auto;
}
 
 
.modalGenericButton {
	width: 70px;
	margin: 10px auto 0px auto;
}
 
#yesBtn {
	margin-right: 10px;
}
 
#noBtn {
	margin-right: 0px;
}

.modalOptionButton {
	background-image: url(/bandit/images/store/buyBg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	width: 70px;
	height: 16px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bandit/images/store/buyBg.png',sizingMethod='scale');
	display: block;
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
	margin: 5px 5px 2px 0px;
	padding-top: 1px;
	float: left;
	line-height: 1.5;
	*line-height: 1.4;
}

