/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c0dab20-3598-4969-84f6-1fa8bbdc58b4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea18b196-b5a2-4adb-94a4-5fd458395351) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5232a361-d099-47a0-b2f9-1b19e227178b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-abf7226f-827a-4a8e-aca1-b3c2a91df167) 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 {
}
