/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-05df7f75-01cc-4b69-b67f-e104de446588) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d1a43c61-8450-4ebb-9aab-7386f5965920) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd3e90e4-e8d1-479a-9b09-3c09e56a5018) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-03782494-f79c-45b6-b413-6d20da2b00c4) 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 {
}
