/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-10e4d08c-5ee8-4944-844c-5b0f7a5eca5c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-41815e93-f80f-4cd8-863f-34bb08370fbf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60ccbad5-4e31-4c7f-9967-7b7a727ea5bb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d9a9a913-9691-45ab-bce1-19f5afa5a93c) 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 {
}
