/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-26e7da66-4afb-4f01-88fb-cf07956aa2e0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-15e83f8f-738a-4b6f-afcd-0d1ae5dbb356) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-21b4143b-4666-4477-b12d-e066f8ac6887) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-57676455-f3a3-4fec-8100-4d8df9d985b0) 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 {
}
