/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-356a5c85-64f8-433a-8534-9b9ccaf0a23a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4059bb14-380d-4266-b29c-d38b94e77c11) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3f71fd78-765b-457d-9c4e-5d51e62d8045) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cae85746-4917-40e3-90b8-17f9a8486d2d) 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 {
}
