/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb612bd0-d9d3-4e82-96c0-89636ea1fc97) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e8e24444-7602-4590-bd9b-afa3ba59397a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1fdda9fa-7e1b-47f3-9fda-f7693144dbaf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c127c77c-8779-4110-a4a4-518050bbc3ce) 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 {
}
