/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-51c47ada-2731-49cc-a267-9e63c5a4b394) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a58e2962-571c-4c4e-9c64-c4d094d1c877) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ddaf4456-12d9-4ba0-a105-66185517220d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a7a31340-2dd1-4b53-a508-0930e9321c98) 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 {
}
