/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8ebe24ae-a060-40b2-9a08-2e0011fbd0cf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c03dda2d-528c-4237-a727-41c6b6d766e6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-325ef584-1311-4e8d-a42a-60dc76d1d18b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ca790b3a-f58d-446f-b6c9-c1c74b0266d2) 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 {
}
