/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c6ac2510-758f-4f96-abd9-bad44ab38af3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f3d2dda6-a8bb-4ad7-830f-5a68bda69cc6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-979659a1-3ce6-4882-91ba-e4139946c574) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f58b8c29-3ede-4735-b842-d857e7f4048b) 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 {
}
