/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-23980992-ea0f-4077-9b1d-2c0539eff876) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-70d92591-7311-4e49-9a2a-f4fa26568c64) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0d5ae7c4-ddb2-4e87-adf0-9772baccf89d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0714607a-307a-44b5-9bbd-d477703c395f) 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 {
}
