/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c1e62614-d6f8-472e-ac03-5804f7f40f1a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aab8805f-8ab0-47cd-b1a2-da8008225b24) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e8bccfa4-b4c7-454b-a0c2-19665df2ab9a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67872428-9f99-4ba7-a51f-f3701a89ba71) 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 {
}
