/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ff5f0abb-d71e-44f1-bcf7-1a67ea5fb50a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-423a7ce3-6340-4138-9caf-38d5562837fd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-40649a33-1afa-405a-9e4b-592904131159) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-773af0ef-485f-4837-9e7a-b34544c25cca) 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 {
}
