/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa3fa7e0-8ef8-4d77-9ff0-11f0ec273291) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3f584289-c586-473d-a6f7-ba8e5adaf6fa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dcc56857-6623-4ad7-b225-b43cac406118) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a5d38c62-0568-493e-8dc7-fc6c3aba1a20) 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 {
}
