/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd5dfd26-2851-470c-a921-af341eee832b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5620b428-8616-427d-b44d-da9a889cfc7a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-056494d3-2a49-4377-af67-2cffb35b2de5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-964d035c-5cb1-4901-a5e9-048e6c4b0546) 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 {
}
