/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b9374daa-d86a-455f-ab73-1b49405fca6c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65194324-2a85-4703-beb5-d84690a6f662) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-776f1de3-bb74-4661-b86b-5aaf4a823434) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e968a926-aef9-4fdc-8f0f-84fb2e789b60) 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 {
}
