/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aba2ee81-d2b0-43b8-b88b-dce58a3fc4ec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5967255d-b739-4232-88cb-cf642a79bac6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4053a22a-5adb-42be-9981-b27614ec5973) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5d4bd3a2-b14c-43b8-8395-aecda5c9bc97) 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 {
}
