/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4812e983-4974-47e7-a114-9503e24469f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e1aa3a66-fa03-43c7-b3cf-977571b91d1c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd68e135-c78b-4689-8fdd-b7b04f62b56d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9bf48b58-06a5-4bf9-b096-04b06c1acbbd) 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 {
}
