/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5cc54a58-79ab-4b45-985a-c9aaf5b46250) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1417284f-f364-45f7-a72c-f0ca4d8759f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60b965c8-11a5-4297-8c0b-240e0b6e3087) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-80d2b6a4-ef78-470a-a717-1dc55fcf696a) 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 {
}
