/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-60e14ff4-d245-4f3f-9869-cb828635515a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-00f7d36a-73d3-4a31-a723-2a473a81479b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc8393e9-f252-4563-94da-0476effc13ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae49d01e-edd2-4fad-a2a9-e162cadbd1cb) 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 {
}
