/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-344dbb1f-1c41-4b57-b7ca-1c34813eb76e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e963b8f8-6db8-42ed-ab40-5cda3c627b43) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5cb11b3e-5268-45a0-928a-18ba04099838) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2cb68cce-626d-4a63-adb7-36aee47e6bc2) 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 {
}
