/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25d7761d-230b-45b1-8cd2-5a9d3d532a57) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a70831b0-ca44-4bf9-868f-c9125ab8a38b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dc5fbc4b-3605-4e9d-a5af-364559cf5d90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b09946d2-e975-4924-a96f-b1b8f64cbd76) 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 {
}
