/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-de183eac-a975-4ea8-a70d-e1e8a37950de) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-86bdd390-5693-4357-ab9a-d069c4560025) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dea5db92-acfe-4d20-b497-6359c883dd8c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e38a27f3-daab-4899-a488-1ab5a5225206) 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 {
}
