/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4501e4df-d0e9-4403-8f9a-d4c199de9764) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b197eec1-ad28-45e5-b365-c1b7295fd4c5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-380c9567-a806-408a-8b9f-73301841ef7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9dc73159-14d9-41a0-95b2-cb21f5aeb66f) 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 {
}
