/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-115c211b-bf19-4e4a-9577-d2019644cdab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-de24bffe-dfc8-40e1-8316-f546326014b9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-de8bc95e-adab-436d-a7f5-389134df9a53) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f2f244bb-b75a-4275-a642-840b25bd9a13) 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 {
}
