/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a1b4f099-4369-4227-8cc3-1e9431c6acac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5093691e-0b33-4d9c-896d-d8c9322113dc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c98fc34-b07b-4a51-a2aa-b7ba7dc28cf0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-38b3b4b3-84dd-4c4f-b4f0-ef941b77b481) 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 {
}
