/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a02ad816-c0eb-4f58-bdb7-68f94977e129) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7bd3056-8622-4419-a9dc-4d868a348c75) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ff5aa893-1271-475e-9020-7e253d7290f5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-25ef79dc-5d33-4339-bec3-13b4af835a54) 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 {
}
