/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-134501c9-29e8-478f-a4f6-7a0e637cb969) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-50937017-83ad-4738-9bec-d6f7832167e6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ed96afa2-a73a-4455-b228-3985587603b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-905b615b-c012-4c0a-900a-e035efbeb2a5) 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 {
}
