/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a9bbedd-8afd-4d77-9b3a-4d500e47c10f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ef936723-1c38-49fe-b3fa-cc8ed1f0f871) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60afbec4-04cb-4106-878b-d717adb3728f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c636fec5-23ba-405e-b7dd-24354cbc1957) 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 {
}
