/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb74ca2a-0488-446b-8b03-88d17011e573) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-53c0ef3f-45ff-4d80-af3d-633b6391acbc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-55a6ffcb-93fc-4a35-a839-9656541637ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-04e6505e-a391-4c3e-8c49-eee82b0c1d35) 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 {
}
