/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e09bb469-dee4-4406-8af4-ffeaf1cb971d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b5e735e-e688-4983-ad4b-79c4b236ba94) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9c447fbe-eecf-4746-8c6a-3613fa0958b0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ec0220f2-c264-4701-b8e3-720a0916ad47) 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 {
}
