/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-342b2238-6722-417b-bf84-5358a10a2ea3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b773f134-4773-44c2-be8e-87822b6a3fa8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fc24998d-8999-47a8-921d-c3f1706f3efc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aabd6359-f3aa-4526-955b-cf2c2ef37b42) 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 {
}
