/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5e0c8155-c87b-4618-99b4-28669c258c59) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a53f15e2-cf05-467e-8ec3-7421fd971add) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c49c52d4-6a47-481c-9470-46a864762569) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-70c47264-e75a-4b20-9dbe-ce3118df1154) 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 {
}
