/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-546880cb-74de-473e-bdf6-0047b630b77a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4bf0d422-2c2e-423c-9274-1c27f1bb0093) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b4cff883-7228-457a-9d9a-8a36b31a0e13) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f0c82056-a273-4c08-a4aa-8d113ef36e5c) 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 {
}
