/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-904c544c-36dd-43ec-ae16-b6ec40fc358a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3b28c188-c1ea-4bbe-b98a-2c812f3a375b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0860e108-575e-4d9d-8515-021ba7601f25) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0a9943d3-6108-4d7b-848e-714f7b15a84b) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
