/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-28bd41e0-5519-41f8-8c4a-29c0e153c4ea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a7ab234f-7c17-4fdf-840f-a09a90e14296) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-565cf379-b61d-4627-b3c3-6dfb0bca05a3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b9736512-289c-4afa-8070-c322bfffdfd8) 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 {
}
