/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-478824a6-0aca-4b92-ab88-8a7f58bc630a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-62207c3b-b45b-4c28-976f-22a1c5343f31) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa540675-d82b-49ba-8ebf-797bf0f3fcf4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f813261f-e470-42dd-8c61-6894af24bbb9) 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 {
}
