/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c8bbd00c-f846-40a0-8e00-44ad45c1ac57) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea37e118-60c6-4c8d-b30b-fc4142f1d660) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3cbefd1e-0f98-462d-8c03-02c13df90c12) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b76fc574-69b1-4472-83b8-a2403132c7b4) 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 {
}
