/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa8dff41-7d93-4002-a47a-c87226422c4a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2fbb8676-0e24-4336-befd-e7daa5ce90a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6512c6ee-4297-4157-8329-b021be692272) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-31228b95-f67d-471a-9886-7a9e5999cdb2) 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 {
}
