/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c6a4b429-1d88-4c2d-b180-02c7da62fa43) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2029d63b-a9eb-489f-bb35-b25f1b819de9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-12aa8c82-b3f9-4f9b-bcb7-370f8c668e36) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dfdf3915-c872-44bd-b7dd-8893c22639cc) 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 {
}
