/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bd9992ed-5d0a-414c-98d9-e2a55bbe3b1d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-95cfeb6d-34b8-4565-8f4b-cb538d390326) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-34f774d1-19ac-4610-9d64-26398cc64a9e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d2686999-7a0a-4eef-bd2c-4301b47f4738) 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 {
}
