/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55b88ca8-e80b-4e7d-8c06-3b040f41a748) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba660a3c-0b4b-4cfc-9044-830d8ac971a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c3f1fb6f-8712-488d-b92f-700a120dc8e2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-556c0c3e-32d6-42c7-962f-85a8267fb0a1) 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 {
}
