/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-466653e0-e1c1-4fb0-a1a7-42fb100a3eea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-03ab4559-44fb-421c-b200-a642107d16e6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e56d926d-a1de-4886-b89d-018dbaa46c53) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ba11642a-2bae-43c9-926f-621fb4c05418) 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 {
}
