/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bbbd7ea6-fa7e-4950-a445-823f68df99df) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-10b54de2-18b7-4b0d-abc1-7bf521f47393) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-005e3da6-6b0a-4e82-846c-452d973a167f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9b425425-9fda-4dbf-ae91-3191358f094d) 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 {
}
