/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ec657497-b9d7-4b23-845e-c0c9797f8fb4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1e7c0602-3aca-4dcc-b4ac-786f9225e634) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d609a061-0d71-42ae-af55-ca385667938b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-da9f756a-afcb-468c-9fe8-00420ccf0bdf) 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 {
}
