/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-981ef455-cff3-493f-8dd4-99b60d414e52) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e6202f97-5d14-4932-ace5-29084529d663) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b14aec11-bdcc-4016-8a1e-4c5f5ad19521) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-29cde2ad-8b70-4b66-aee3-8bc7557084eb) 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 {
}
