/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c799aa5f-21b5-4c72-862c-4331647a26a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee5be462-4c99-463f-a8b2-048a95d57b3e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1938102f-4d1c-4a6a-a5c8-7032ab399105) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6e52e4fb-091e-4cd8-b29b-777bf3076ef4) 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 {
}
