/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-527471c1-a964-46e9-b999-26bb6c927d25) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea5f827b-2c35-41f4-ba70-f44945a3a1e0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8bff7244-957f-4971-a03a-9fa375c9900f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-458aa275-50d5-42a1-b68c-a745480e49a7) 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 {
}
