/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-38553d69-e4b3-48c8-aafb-2f730c7d8ad4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-20c8e850-874a-4296-9980-f7b9e4258698) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-170b04ed-510a-4746-b778-bd89b8a6533b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-03edd0d2-ab1c-41ee-86bc-eea2f7303d04) 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 {
}
