/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-63ea1a96-9285-47d7-ab2b-ef0e5e6848f2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bbef5558-5ead-447c-91f6-1f993e60da6d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d7a776c2-8003-4117-99e8-50e13c77467a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e7090168-8caf-4d33-bea8-2fd0872eee39) 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 {
}
