/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-86e764e8-d775-4456-bef6-6b4b22812b88) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dbc6f617-6024-410a-a0b2-83e00dc8e9c3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b8669c58-1645-4a2b-8045-6f80c456b2e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce4c47aa-da5c-4f6f-a8b6-e3ef7acc993c) 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 {
}
