/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-245ff7f8-98e2-4b00-9b06-3d9efe8a51cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4787c7d3-7ec3-4433-a08d-b34b937b6003) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3406ec69-2e0b-4bea-9660-3791f06bd583) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bbf475d8-c246-4559-963b-02d2a887334c) 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 {
}
