/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ecfd6722-f93a-4db4-9601-41e88f7d4e2f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-408f131a-a9d4-4ac9-b27c-417fa18053fb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-54e0dc98-a2b2-4d99-bd9f-caf8fc6cf6ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d26b9911-90e2-440c-9d41-3a3d2bc1c196) 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 {
}
