/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-371708ce-19ed-41aa-a511-7b25a18e2b4f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4083d6ae-11bd-4579-b6b5-38c584709a35) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f3722eb6-54e8-454f-a9fd-31744fa50a7c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63ae5805-454c-408c-a4d7-624e476cf77a) 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 {
}
