/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4289449b-324c-4da1-88d8-c4125e7f9596) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b12fe1c1-01b8-48a9-bc58-1f193a699d61) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c373ee66-44a6-4db9-9ffd-bc83592f285c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a8f9a47c-887f-4851-a8a8-6fb13ad98e0b) 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 {
}
