/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f1dfaf84-71c3-4840-8b2a-eef7d8a4cdbd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e0006066-af65-4c1e-b3c5-921a7460f432) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-65ce6adf-cf15-4af6-91d4-56e5cf0d22fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2c6532ea-13a9-4b6b-9e08-f9a7e61b5c05) 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 {
}
