/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-76730084-f0da-4372-9cf0-d18f360b4af6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ddaf3a0e-4985-4e70-a3cc-01355daaeab3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b2816cf-81fd-4a9b-b287-de16cb51ba03) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d22214bf-1f41-423d-9328-02653d77fca8) 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 {
}
