/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-95a360f1-506e-4ce9-afd6-0585dca17adf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ecb7ee1d-f5b4-403c-9007-fde87f5b1601) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6c012b82-b88e-4dd6-8b91-5ab18113e6aa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7fd8a2f9-db92-4d04-b881-55cef6b4f70a) 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 {
}
