/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f513d0d0-2503-4adb-91b0-68b9b395320a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b22d23da-8faa-4cd0-88f1-0182a7e240c3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e2d5795e-41e1-4095-9eb8-f4142b872f65) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4c6d4bad-66f0-4109-a0c4-aefa8cb8320f) 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 {
}
