/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-08591862-b108-4bd7-a8c9-3e1c0388a9e4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1187955b-816e-4017-9a0f-e9fa62ccb17c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e1d33f5c-26bf-4141-9ba2-13cf82a62d90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e3ad011e-97ee-48dd-9cdb-a7427e1b8ee7) 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 {
}
