/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-347c09cc-f125-48c5-a893-6547ff9c5ec3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-05649ab0-46eb-48cd-93b8-8a4c3de170d5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8bdfe724-8781-4d12-a435-2428aa427976) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2e7902f5-30d7-4c71-97bf-2909d15da5be) 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 {
}
