/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0b5d11c2-9b4c-420a-a038-93555510b3f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-997e5c87-6d18-40d8-8792-f6008465e788) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7112cf36-6e63-4b92-aee4-05b8320ccbd8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-274ca7ec-de12-4011-8eb4-07f2b7aec703) 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 {
}
