/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7e1b356f-cddb-46e9-9b36-0014ad75b038) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-719a0531-0b87-4981-bedc-8ceb30e64527) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5263857-0876-44f5-8422-ae90c85253c7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2cd8f0a4-3a9d-4b4f-a74f-6628da82191a) 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 {
}
