/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4aae997a-ab14-4078-b6fc-3f7d9de52fd8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1806bc0f-5644-40a9-9fae-687b9cf7753a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cdefc59f-4c75-4f6c-8b93-9abb2acf2807) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-65594b86-14a1-479d-8776-70e90bd6817e) 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 {
}
