/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0e70d5e0-d0d7-4cc2-8767-ced8ca4931bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e19e941a-e549-4355-8aea-68a274c05757) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5a5f004e-d974-4b23-b8cf-359372f70e0b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-41e1ce51-f3e8-45f8-8cb3-1cf4e42ab911) 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 {
}
