/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f431f967-2191-46df-9c22-57f905ac2f6b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-981d2eb6-840a-47a2-8da4-e1bfdad23d5a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c2ec3a40-58b5-4ea8-95f2-371fa0d5feb4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2e77f02d-8a05-461f-a74b-b104f1be1286) 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 {
}
