/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-427a389d-c2b9-414f-b9f3-c1ade7000561) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-46e1644b-5717-4ad5-8ca1-9077ad63a1ef) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac71f00d-9522-4a34-a51c-de414cfb3c37) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5d13c02e-de8f-4afa-b23a-c30eba993537) 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 {
}
