/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cf53cd27-f566-4397-9b32-a3d60a0f7ccf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b2b5c5ed-4c82-40be-8ac9-2b5f3e4a8e99) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8b8914db-4905-4042-9e29-47c025ad7a34) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7e2c20f5-d643-4533-8480-a8b83e592806) 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 {
}
