/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b8af712-67d0-4944-aaae-2c2a9019b4da) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cf508d53-3991-46e5-bbce-8db32871f0a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7dd2fa0-2468-499a-8a20-64e3c4dc234b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-af649c98-9186-4ba4-837a-0f9e24e68c9f) 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 {
}
