/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-03b1412a-f3e3-4328-8d92-a57e6d28b7f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-98901f1f-fd86-4c72-914f-d89566822b9f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4e025a38-114f-446b-adf0-9787832636ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1d82cbc2-7633-4f6c-8c8a-b55e69ffdbb1) 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 {
}
