/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7d54afad-5dc9-4d4d-8c7c-411bb1c89e2f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b4b3b1f-2b67-433c-be9f-8b9096b10c55) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9be79694-e727-4e22-8e7d-1a562e379b43) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-90439588-2053-4236-a5f1-89aea477aa48) 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 {
}
