/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e352606-ce1b-4cb8-affb-8067975f0c67) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fda1ca7a-f5a5-4c20-9613-3e52376d4650) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-04a950af-b772-43e7-8d79-68d32a97cec4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a7ea4234-e0e7-4214-bd14-79abecc6e456) 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 {
}
