/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-752421ed-52db-4807-a9d1-4a418b586e8c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-403c4bc7-a2f8-45e2-abff-6d198223eb03) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cf7d51ba-fdd8-4968-8dc6-80cc4bf6c731) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8e4d4545-8a60-4c06-b0d4-70b2ddbff1f9) 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 {
}
