/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-adb680da-b7fa-438a-b1b9-5be3a004176c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-059a6368-c61d-4b12-b849-65e7637590fa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-375e68b3-dea6-4ad0-a15c-a10a16366064) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-777860e7-6e55-4e9f-98e7-760290e04626) 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 {
}
