/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-005130f7-8f55-418b-b7e7-57e3832d97d7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-452d16e8-0331-4f97-8131-2b656e67ff69) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa5e4886-fe84-44a3-8084-90f4c9c1a80d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b627cdc5-0ac7-4ff4-9ef1-5804e2614e61) 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 {
}
