/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-63fecec1-4f40-4d42-a25a-d33c49e1ae2f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7fa77764-09a8-4af8-a931-780eef47da4c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c112f29f-8012-4da0-8007-2d60de9f29e4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8fca96f2-767f-4bc9-9368-57ba9145ed13) 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 {
}
