/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2e0babb4-2097-42f2-8a2d-542f4422cf19) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7c948201-04b6-46cc-851c-de8f95521a6b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-da508f68-8971-462c-ba64-6854e2edac55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c18bc4ff-9b90-4939-a736-3e5f649e7c2c) 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 {
}
