/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c40539fb-8941-4f62-a739-ca6032f32789) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-268f0d54-84db-4d06-911a-e44f024130b8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-df6e3719-e324-4d76-8d00-82c0cdfe22c5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dcc4c136-838b-4c3f-946e-58fcc6e355ab) 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 {
}
