/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6d14a46e-9f7e-4f4e-807b-9ee4c0ec6b44) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-063f61ad-db25-4057-a325-aeca82718212) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f9b61dce-2d73-48e6-aa6a-a30691a40992) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-48c23a06-53f7-4316-88c3-a685077b31ff) 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 {
}
