/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c1f57eb-c246-4b97-a883-eac63b8342f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5a3c5706-daf4-47a0-a9a6-53b5eaca1b8c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-db6afa97-2b34-4e3a-907a-712d7535f800) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-15683f79-02d9-49ec-a571-5e065c6aa4b4) 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 {
}
