/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e0be3835-e5a9-49a6-8575-af14da4d05cd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-432d92b3-d25a-497f-9cdc-322856b4ceac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-759805f2-65dd-45a7-9f8e-19b0570585ca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cb339f12-d396-4222-a4f3-81e98ae4db18) 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 {
}
