/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8c69bf0c-6eb8-4f2e-bf62-8f4fcfa33a8e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6aae1107-d4a0-4933-9448-c60d9a15a729) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-94306205-417a-4540-acad-2f15a2f1f97a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f236d942-436d-4748-9ac5-f174e4780c9b) 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 {
}
