/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e7dbc006-e4e9-4b4c-8209-ce69d9187805) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d712c7c-64f3-4d10-8028-74a2048cbf6e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4803bd5c-3310-4976-8fee-aae9615f6a60) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-229321dc-c770-4805-b1ce-cf4fd049de64) 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 {
}
