/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d394b44f-4246-456a-a9d5-0fcb861d1af3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6cc0ab39-87d5-4b97-ae73-65bf6c28afaf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0072835a-19a5-4b9c-8fdd-0811bffbbecf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-645c4418-f6da-442a-8d18-7ba103a918b6) 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 {
}
