/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c868058-b935-425f-a20b-58bae8bb1f6a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2dac3d89-3165-447b-a97d-55c63d48c3c5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-216a45ca-7465-417e-987b-fe84d0dea784) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9e400239-e193-4f04-9501-1cf9c066d65d) 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 {
}
