/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-afd9f39a-7070-40d4-a997-d054f4cba4a8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9b1b0d64-c5ec-451d-9e12-25046c438363) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-05a4c680-97df-4f08-9dd1-34e710d55789) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fab66e6f-babd-4d61-ada1-333172880f57) 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 {
}
