/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-db5003cf-366c-4c93-a546-b52e7b07f020) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1d274ab6-08c3-4838-986a-b50191539c47) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-841dec0e-a4bd-40cc-bad2-9b9375351a47) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d7b16d4-78d1-4972-9bac-197cb8c993ca) 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 {
}
