/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-790ce0a7-5c0c-41fc-bead-8802882444b3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3c13824a-f202-4fe0-aff5-1831b7487a4d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f2818792-e1cc-4620-ba6c-253e82eedd85) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-521d2b0b-d784-4679-af51-5aa2667a8b82) 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 {
}
