/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-39d76f14-8578-4a46-8857-d390b4c9e75b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-10239bd0-9d8c-4f65-b17f-72e6d77e8e11) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-53a682f4-b162-49cd-8120-a6dc4b723311) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81ca2f9f-ad2f-42f4-973f-096eefda160a) 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 {
}
