/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7791e06c-eb3e-49c9-b121-bf42c4e92268) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ca668278-2fc5-448c-af26-62cae020d473) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f17901e2-b8c4-40e3-9bf4-114a5dbc4925) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5d0c1d66-3bce-4ae9-87d0-492ad2780dd9) 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 {
}
