/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f7924435-2a4f-4ba0-bc9c-c67c4d5bd379) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-60f38350-d15e-4f0c-87b2-df9ccc303799) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a972f88e-05d6-48a9-9708-704571566af5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-64ce4a86-5927-45b6-b1b2-5779be9e6a45) 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 {
}
