/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f23fa544-f67d-4bf7-973a-d8b25f839593) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-96d48fb1-7d51-4711-b404-9a4faf79e801) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a76f3d4f-b780-4088-a202-464681969a45) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-af166e68-7885-423c-8b2c-b6eb8445077a) 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 {
}
