/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd9002ab-8382-4863-8c82-9ed107a6c903) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-415f66e9-d331-4839-b2a2-cb72ac615425) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-01ac1351-01d7-4c08-85fb-16bdfa766d14) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fe918e24-5ac2-48e5-bf9a-e659b99d27a9) 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 {
}
