/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a4ab62b8-c548-43ec-803b-2a2e43a2f99b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f8a6469-d4a1-4ed6-b365-ab8a5bf0c2f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb34ddac-5874-4329-9d70-32d0b24d4899) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0305172c-40d8-4c94-bc0b-75b3f7deca11) 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 {
}
