/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-277b3639-49aa-487d-94ae-b705e02e4ddd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e2e80aa0-e312-4136-b738-e7a1baea8acc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b17c45ca-ff89-4920-8041-246966db5a35) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-57ee9ad4-b723-4188-97ac-f9fe1d09209d) 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 {
}
