/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-df45331e-5f25-4ee5-997f-1a4b5733f98a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5286a603-62ce-42d2-9d58-a6236c87a26d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-56ec5a7a-ac3e-4875-8573-a2a25e345d95) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-540eb533-7545-49e7-9f80-9b9596046ea5) 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 {
}
