/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d0786ffe-81bf-405d-ba04-e6bb663aff01) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2123e063-503b-49af-b9f1-a3a04967919a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-02a0b979-9396-409d-a2ab-045879aa1fe1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-351e0754-3575-4431-ac2b-02df3a027fdc) 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 {
}
