#pop-over {
  position:absolute;
  z-index:1002;
  background-color:#FFFFFF;
  border:5px solid #4494D1;
  padding:15px;
  color:#000;
}
#pop-over-close {
  position:absolute;
  right:5px;
  top:5px;
}
.pop-over-message {
  text-align:center;
  color:#000;
  font-weight:bold;
  padding-top:10px;
  margin-bottom:10px;
}


/* general styles used in the pop-overs */

.pop-over h3 {
  color:#000;
  margin-top:0;
  font-weight:bold;
  margin-bottom:15px;
}

/*
  cropper pop-over stuff
*/


/* z-indexes
----------------------------------------------- */
#page-blanker{z-index:100}
#cropper-pop-over{z-index:101}


/* Popup Styles
----------------------------------------------- */
#page-blanker{
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	opacity:.70;
	filter: alpha(opacity=70);
	position:fixed
	}
/* IE6 only, as it doesn't understand position:fixed */
/*\*/
* html #page-blanker{position:absolute}
/**/
#cropper-pop-over{
	width:100%;
	left:0;
	top:20%;
	text-align:center;
	position:absolute;
	font-size:16px;
	}
#cropper-pop-over2{
	width:700px;
	margin:auto;
	text-align:left;
	position:relative
	}
#cropper-pop-over3{
	width:700px;
  background-color:#FFFFFF;
  border:5px solid #4494D1;
	float:left
	}
#cropper-pop-over-close{
	padding:6px 12px 0 0;
	float:right
	}
#cropper-pop-over-content{
	width:676px;
	padding:12px;
	float:left
	}
	
	
/* Cropper Styles
----------------------------------------------- */
div.mu-form-c{
	width:676px;
	font-size:75%;
	float:left
	}
div.mu-form-l{
	width:556px;
	float:left
	}
div.mu-form-l-l{
	width:106px;
	padding:4px 0 0;
	float:left
	}
div.mu-form-l-r{
	width:450px;
	float:right
	}
div.mu-form-l-r input.input_text,div.mu-form-4-right input.input_text,div.mu-form-4-right select{width:97%}
div.mu-form-l-r-l{
	width:320px;
	padding:11px 0 0;
	float:left
	}
div.mu-form-l-r-r{
	width:80px;
	padding:1px 0 0;
	float:right
	}
div.final-width-shell{padding:6px 0 0}
div.mu-form-r{float:right}
div.image-holder-title,div.image-holder{float:left}
div.image-holder-title{
	width:676px;
	padding:12px 0 6px;
	background:#000 url(/images/admin/backgrounds/overlay_black_title.gif) bottom repeat-x;
	border-bottom:solid 1px #3c3c3c;
	text-indent:12px
	}
div.image-holder{
	width:652px;
	height:393px;
	margin-bottom:12px;
	padding:12px;
	background:#000 url(/images/admin/backgrounds/overlay_black.gif) bottom repeat-x
	}
div.imgCrop_wrap{float:left}
	
/* 4 cols */
div.mu-form-4-l,div.mu-form-4-r{width:330px}
div.mu-form-4-l,div.mu-form-4-left{float:left}
div.mu-form-4-r,div.mu-form-4-right{float:right}
div.mu-form-4-left{
	width:130px;
	padding:4px 0 0
	}
div.mu-form-4-right{
	width:200px
	}
div.image-holder-title p {
color:#CECECE;
font-size:0.9em;
margin-top:10px;
}

