/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-409dc927-8128-45e6-9ffc-51a52ffb3811) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-29f30588-ae84-4f05-95a8-035eed031cd5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-772da666-136c-4371-a9a4-c164a5f9ab04) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-257fa7be-b9e3-4cb0-86b4-dc5e402a9316) 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 {
}
