/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d887c8cd-4aa2-403e-99b7-0711f3ad1490) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81344302-718a-4b01-ae6c-2fa95cb75e11) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d4783c70-cfb1-429c-8202-f311da25fe19) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c43d254e-c4fc-41ca-8314-2252672122a6) 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 {
}
