/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-600a8cb3-6827-4a79-bfcf-6d99a7d30b7f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b0c2e33-9465-4a73-8fe4-d00a37db2df0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-04d1b440-950d-4cb1-b9c0-b4970b6c140d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4ba55405-1534-4bbf-ac23-2ad7c548e833) 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 {
}
