/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6b1e15ef-86ad-4ba6-9066-7010c9ad1604) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c09ab278-2463-43f0-bda2-647fd798da46) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2580a026-c97d-48bf-b249-329a49ffc624) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e6f6c72-5020-4981-93f8-62bb32a3c515) 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 {
}
