/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c4f87d4d-e0d5-4e93-9d0c-2623d2faf2cf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f1ef686c-157c-453e-8248-75c738d25719) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-13e5af63-6ea7-4e55-acb5-5defe313ada7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a404f54-f616-4df2-929b-cc824e97334c) 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 {
}
