/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5f62d932-2257-476c-a4ce-9a7c7ba90d48) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-646ef61b-0950-4496-babc-64c235631e0d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c9501487-1f4c-477e-935d-eaf253905409) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-39de9226-e911-4813-bbaa-3a7f6711429f) 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 {
}
