/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5822df19-ac2a-4e51-9039-884efa0393e7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-58537d97-8f9b-42c3-86d3-36a8c055211e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dfa4c960-a32c-4008-a147-abeb7a64a396) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-665e9735-887c-4a99-8ff8-7c1d6ea08d25) 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 {
}
