/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e0838116-614d-41b6-b69d-1411121bb070) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c7878823-3d81-4b98-a4da-78637a936c33) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b1b1794-a655-4903-b66e-d59cf0dd8a0b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-37bba10c-5bbb-4565-b223-698541672956) 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 {
}
