/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-afa1f8a6-b458-4ae0-9081-74f6356a0722) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-39f76c37-7649-4e0b-9d39-a794882931b4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-83cab5bb-a40d-44b6-815b-6391b3877152) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-59259303-f93e-4dc8-88f7-ed719cacd2fd) 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 {
}
