/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2a7d0435-3f84-4926-bf04-8f39f758b521) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77604092-7485-48a5-8105-f5f646b00e3f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b6a60fb6-969c-4e92-a2db-ad82817e84ed) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf61542d-f9bb-4b79-9386-b787e8d0d439) 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 {
}
