/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8f76bf25-5416-4629-8a3f-f4ec90dd7f48) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-97461ae6-a90b-4855-9c25-7d1f5935f5cb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af2f880b-bc43-4213-9e51-aaf816adbf86) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e425eec9-5a44-4177-98b3-20002a27ce2d) 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 {
}
