/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e2c6bf18-4b37-4e79-a759-da35e124dede) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-48439f25-cbac-481a-b49b-05b684dc377c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-38a73c28-c878-4d02-be43-499f3b220c70) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-12c17d24-1586-4314-8029-4f21a1ecb61e) 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 {
}
