/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e4551f38-f51c-403c-ae55-a9e2c7e6d9ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e52075d7-5147-4e43-ac5f-855015e2efa1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-84377452-b334-4a4b-b25d-eb5b90d39c42) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-466b2e85-1fb2-4137-ae04-1ec5953fea59) 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 {
}
