/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e35080a-e07f-4692-ba16-b300f5b2d2ea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ec271964-64f5-44ad-a13f-3a7610af3cca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3730e03b-0886-4fa6-9e39-b35c347a7039) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b313c3e4-d17c-469b-8b91-1fe9250ebfac) 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 {
}
