/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9be5dade-5da5-4409-a6e9-6735ebfe416d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81b79765-506f-4614-9c5f-97676c4cc779) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3aeaa3e1-9187-481a-893e-ca3e99cbfac8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b2bbf2f5-0840-409a-a294-aa9280bdeaa9) 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 {
}
