/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3af6adc0-85ac-4aaa-886f-d7bb1b16afcd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3dce46a5-a451-44d8-9b3a-516f0efa8f73) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8d1ae8dd-2f9e-45cf-8009-c0b07cadd466) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0b78f14-dbae-4fd8-ac93-203d45a4b9c9) 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 {
}
