/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e17597e-0704-4539-a0a4-66d07aead970) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c931010f-7fd2-4e6b-a897-c6580d1c405b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb652787-6e73-4615-93e1-7175a3f2d8a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dfd46430-6704-4533-8f25-43a2c50dfb36) 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 {
}
