/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d8c75976-751c-420b-ac1c-f73fe75b24db) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-567b2dfc-36fe-4f09-9a73-ff9d9da6b643) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f1dca68d-a0ee-4c9f-9b09-4dda6a945ce4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-db8a4d85-ee88-48b1-9347-1d899804c123) 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 {
}
