/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7c1091e-9634-4464-9847-4fe142f46849) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0742a673-4dc4-4ed2-8ac3-4b0a757fc902) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d1d409fd-3487-4161-8da4-b34154239c61) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d6724d37-a558-4023-be4f-acee0ccbc666) 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 {
}
