/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-abce4f18-f826-4279-907e-774fa62ed980) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f320464d-c3f3-4795-8059-5897dda88b79) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72682ab2-02c9-43ce-a380-511389a76fd1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0268219c-19d7-4a06-854d-51e3e53f969d) 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 {
}
