/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ae50e676-d4e2-4924-98f2-d69023e03f7d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-30449f91-ce3e-42de-8129-e3a11467042c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-730f72fe-161f-4cad-8daf-0f0a27ea741b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dba5746d-69f9-4517-ac1a-a8ffc418e71e) 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 {
}
