/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f748a3ac-4b98-4f49-97a5-c8ad065ff841) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-251762b9-64c9-485e-8844-f166e3a44658) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-10f4c69e-b325-43a9-bb2e-7fb8ce63b2e5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d1a6e7d-221a-4594-8710-06007a5fb37d) 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 {
}
