/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e67e0fb5-4701-46e3-803c-c75a7631bb44) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a2486add-0280-4252-a4c8-d493bd851f24) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f3eb498-0c4f-4ff1-b10f-a4b47a394c81) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e636f3c-0464-4675-bff1-4a6d9edc497b) 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 {
}
