/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-33fb59d5-e183-4397-b583-c31cae5339a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bcc8888a-3e0e-4835-a46d-f6e1f50254b3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1f63013a-51e8-4086-a725-40a29795600c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2406118c-b00c-407d-b079-8deeec933c22) 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 {
}
