/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a9e6cbdf-f3c5-4be0-af36-ae59bd9922fe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-16bef77f-5231-4062-ab2d-47c7bfb69831) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7d0c949-631c-4357-9733-12cecbc2fe5e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7ae42c90-6f64-4a58-a8cf-5925acaddb3d) 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 {
}
