/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e58fc45c-47c0-4b15-a382-75193062194e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-85cc0d7b-7171-4eac-ad9b-fbd5401dc579) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a21b5349-bfe3-42fd-b5b3-f2038272a300) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c9655270-12a9-4f56-b506-9d25dcb829a4) 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 {
}
