/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-793abb4d-0246-4e3c-b805-a36bd4a5409f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a9c6a08f-1b06-4a81-9fe7-34e0bf69daf9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a5fb367b-5cab-435e-924d-81cab8ef51b5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c5ac2e27-aa81-4b0d-bf93-ece41a767c34) 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 {
}
