/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c506b1b8-d737-4eae-b11d-ac42b28b3da2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4bae2984-a9de-43e7-8604-948520179863) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb9013c3-bd12-4afc-b797-69e994e05f5b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b0f86957-7c0f-49d1-940d-4e80303164cb) 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 {
}
