/**
 *
 *	IF_ImageCropper style sheet.
 *	Author: Frank Pérez
 *	Date: 3.17.10
 *
**/


/***** REQUIRED STYLES FOR TOOL *****\

/* IMPORTANT: LEAVE THIS STYLE AS IS */
#imageContainer
{
	margin:15px;
	left:0px;
	top:0px;
	position:relative;
	text-align:center;
}
#imageCropperNote
{
	display:none;
}
/* IMPORTANT: LEAVE THIS STYLE AS IS */
.crop_transparentDiv{
	background-color:#FFF;
	filter:alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;		
	opacity:0.6;
	position:absolute;
}
/* IMPORTANT: LEAVE THIS STYLE AS IS */
.crop_dottedDiv{
	position:absolute;
	border:1px dotted #7f7f7f;
	z-index:100;
}

/* IMPORTANT: LEAVE THIS STYLE AS IS */
.crop_dottedDiv div{
	filter:alpha(opacity=0);
	opacity:0;
	-khtml-opacity: 0;
	-moz-opacity: 0;		
	width:100%;
	height:100%;	
	background-color:#FFF;
}
.crop_previewCont
{
	position: relative;
	width:80px;
	height:60px;
}

