/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f2dc2123-9d76-4b6f-a45f-db30dba2550e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-09c8fad0-4bc9-451a-bf90-f7fd05b0213b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d101bf4b-c0c9-4be4-8069-8e70468e164f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c7794494-4024-4b0e-8ae4-2e0111d07142) 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 {
}
