/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-16c0fa97-6aae-4ace-a267-7b25629314d3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a6c0b8b7-b214-4163-ab41-44edab0ce0d1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bad5a9fb-bca2-4ccc-9e36-ba78b8423afe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ead93d9b-2dd4-42d3-b578-20e67eab63c9) 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 {
}
