/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0c2b8139-011f-44bd-a572-ef98a39bff30) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0517e9a1-53b0-404f-b998-0c00455cec9d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7f3a4e06-c551-4832-9aa3-17a038416780) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7393aaec-5858-45eb-afa2-022b56814140) 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 {
}
