/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f373aa36-85e1-4a12-af84-1dfcf3a02884) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d1a39ea5-bab5-462f-a5a4-f603db96e932) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e5483e96-d94b-46f7-a67b-b0b7b3ed26af) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-14800547-8aae-4305-bdb3-48f2333afe0d) 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 {
}
