/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-935adefc-8ec1-4f57-9312-5365c0b89b92) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-af1cc940-9aca-4735-b329-c18c9fc3a2bf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aaf1b8bc-7957-49f4-a5c4-370308593272) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bd376597-556a-4dec-b903-a073e911174d) 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 {
}
