/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd8a5fc4-b0a1-4d38-949b-6de6334e0909) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-00224df1-a645-4fe5-9861-c7cb683bf7d3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-166ad917-6644-49fe-ad23-25b4d77b1180) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f6021a6b-efcc-4fa6-b0c4-ba4e0969b449) 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 {
}
