/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0478e515-78c4-4ab5-9074-e1dc813b0ee3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b66980f1-6a04-463f-904c-8694888ed4cd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-95544d64-9cab-4c33-871b-e39005939101) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8be28c35-261a-4042-b0f7-e7d4af660d7e) 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 {
}
