/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c92461a-5ec7-459d-8091-bd843688a578) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-21fc7c8d-dc6b-4921-8fd0-9a8f0d86a6aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b5908ad-4031-4406-9308-af8833a48709) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81a41880-5de4-4c92-abd8-6ce5bae88f54) 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 {
}
