/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ef4c84d8-83a3-4547-8fc0-0e6001d7c314) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-67b555cf-f98e-467e-b61f-e71ded95694b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-32b7c2da-3fa7-4387-b5a6-373fc9c0c0c8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f3d15450-913b-46cf-bf0d-28925017a8bb) 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 {
}
