/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-89115895-7329-48e4-b077-f98ff0030ba2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-070dcecc-f5e7-412d-9c74-e05887a86734) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c9e631ce-cafc-42b4-b899-1a51fddc2b93) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-169c2cf1-dff1-412f-9a7a-2380e3acf0a1) 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 {
}
