/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-95f3c116-ca51-4c8f-b096-9db319114cb6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b059de1c-c383-482b-b312-73b5732a5f6b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-49ff163f-3c6c-4313-a76a-c6fe8f25bd98) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a93126e-6587-404e-b97f-a2e8dd78088e) 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 {
}
