/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5a13ef21-2c1e-4360-be75-6fbc43677be5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-53dffe71-4e37-48ca-bde2-e214868d8990) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3bd35c29-f469-4f85-b548-3f0a26e65418) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-89247ed7-8472-4a28-83dc-2c5ff5c55b6f) 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 {
}
