/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6a8c49fb-7cbe-4036-8c3b-7b74a2245af8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b600c503-c6e1-46e6-a244-729c5079c500) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2ba3c6f9-202f-48ed-9fb0-6e0fd989c76b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-955b02df-5d8a-4910-badb-c1279e5e6a09) 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 {
}
