/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1502a03d-905c-4b36-84b0-496b888f63f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e5c010e2-c4a5-473b-8b69-b5f7ec8d1ed1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6ddbd785-b2c2-4da4-afd3-4efb15b599b6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3100502e-52c5-4226-bf7f-e78499e80d72) 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 {
}
