/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e167f8b6-7d5a-4dc7-8177-1b6793890d0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77327e8f-693d-4cba-bf0a-a1f1b64e5b18) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-192ca2f4-6519-43fd-838a-36e9f8e10640) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8407c227-6ae2-41e3-9228-be26e07f5f73) 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 {
}
