#ModalOverlay {
	background-color:#000;
}

#ModalContainer {
	left: 50%;
	top: 15%;
}

.modalClose {
	z-index: 100000;
	cursor: pointer;
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 10px;
	top: 10px;
	background: url('imodal/close.gif') no-repeat;
}

#ModalLoadingOverlay {
	background: #000;
	cursor: pointer;
}

#ModalLoadingIndicator {
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	background: url(imodal/loading.gif) no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 30001;
}

#ModalContentContainer {
	background: #fff;
	background-image: url('imodal/background.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#ModalTitle, .ModalTitle {
	background: #efefef;
	color: #444;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 14px;
	border-bottom: 1px solid #777;
	text-align: left;
}

#ModalContent, .ModalContent {
	margin: 0;
	text-align: left;
	color: #444;
}

.ModalContentWithButtons .ModalContent, .ModalContentWithButtons #ModalContent {
	border-bottom: 1px solid #757575;
	margin-bottom: 0;
	margin: 14px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#ModalButtonRow, .ModalButtonRow {
	text-align: right;
	border-top: 1px solid #fff;
	margin: 8px 14px;
	margin-top: 0;
	padding-top: 8px;
	height: 30px;
}

#ModalButtonRow input, .ModalButtonRow input {
	text-align: center;
}

#ModalButtonRow input.Submit, .ModalButtonRow input.Submit {
	font-weight: bold;
}

#ModalTopBorder {
	position: absolute;
	height: 11px;
	background: url('imodal/border-topbottom.png') repeat-x  0 0;
	top: -9px;
	left: 12px;
	right: 26px;
}

#ModalBottomBorder {
	position: absolute;
	height: 15px;
	background: url('imodal/border-topbottom.png') repeat-x 0 -11px;
	bottom: -14px;
	left: 12px;
	right: 26px;
}

#ModalRightBorder {
	position: absolute;
	background: url('imodal/border-sides.png') repeat-y 0 scroll;
	right: -20px;
	width: 20px;
	top: 34px;
	bottom: 25px;
}

#ModalLeftBorder {
	position: absolute;
	background: url('imodal/border-sides.png') repeat-y -37px scroll;
	left: -20px;
	width: 20px;
	top: 34px;
	bottom: 24px;
}

#ModalBottomLeftCorner {
	position: absolute;
	background: url('imodal/border-corners.png') no-repeat 0 -24px;
	bottom:-16px;
	height:40px;
	left:-8px;
	width:20px;
}

#ModalTopRightCorner {
	position: absolute;
	background: url('imodal/border-corners.png') no-repeat -22px 0;
	top:-6px;
	height:40px;
	right:-14px;
	width:40px;
}

#ModalTopLeftCorner {
	position: absolute;
	background: url('imodal/border-corners.png') no-repeat 0 0;
	top:-6px;
	height:40px;
	left:-8px;
	width:20px;
}

#ModalBottomRightCorner {
	position: absolute;
	background: url('imodal/border-corners.png') no-repeat -22px -23px;
	bottom:-15px;
	height:40px;
	right:-14px;
	width:40px;
}

.ModalContentWithButtons #ModalLeftBorder {
	bottom: 30px;
}

.ModalContentWithButtons #ModalBottomLeftCorner {
	bottom: -10px;
}

.ModalContentWithButtons #ModalBottomBorder {
	bottom: -8px;
}

.ModalContentWithButtons #ModalBottomRightCorner {
	bottom: -9px;
}

.ModalContentWithButtons #ModalRightBorder {
	bottom: 31px;
}


div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor: pointer;

}


.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(jqzoom/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


