/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-22d80238-2d8b-4890-8ee0-1d2f2ea121df) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-75d3a88a-2dbf-4342-a7d7-6754d7fe7491) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-32c576a7-1c30-4084-98ef-cfa713857587) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-185926fc-d4ad-42ff-ac7b-9a0626d962b8) 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 {
}
