/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-62543c98-6743-4431-b6e6-f54a3d2ada28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d22e3c5-c66f-4373-8173-a02c0db97a4c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8c41171e-2daf-431f-9df2-c06790833fb4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9aaf8c86-2dfb-4238-a556-b3133a00f824) 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 {
}
