/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-908e7365-ff82-48de-8631-bb4efc195663) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dbb0f622-48a0-479f-b0f8-fbf318a32faf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-79735c1d-ca7b-426e-958c-87bb8573608d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b90b5ff0-6795-403b-84fc-ce52984b9d8b) 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 {
}
