/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1da49da7-03a8-445e-8d14-a7548fc5496b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-792bbd7a-2314-4cb3-b4a1-dd47003bcd4c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-391afc1e-bb93-43c2-b5dd-21ae808559ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-93a73562-297b-4ef8-8ae4-7c14cbf01e9b) 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 {
}
