.cropWrapper {
  background: none repeat scroll 0 0 #CCCCCC;
  border: 1px solid #000000;
  /*float: left;*/
  position: absolute;
  padding: 10px;
  margin: auto auto auto -490px;
  left: 50%;
  top: 60px;
  width: 950px;
  box-shadow: 0px 0px 15px 5px #111;
  z-index: 900;
}

.cropButton {
	padding: 5px 10px;
	background: #666;
	border: 1px solid #444;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	color: #CCC;
}

.cropButton:hover {
	color: #FFF;
	background: #777;
}

.closeCropApi {
	float: right; 
	margin-top: -25px; 
	cursor:pointer;
}

.simpleWrapper {
	float: left; 
	width: 100%; 
}