/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e8815863-57cf-4ff7-b618-209ae56bee7f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bcb810f2-3439-4e13-820f-716c1c830951) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dfaaa7bc-cc87-4baa-adda-73d4f6366fc5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-83c8096f-b7f5-4480-b7d4-e8aebf059f4b) 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 {
}
