/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af0e4cc7-7bc4-4c29-934c-8bf4323eb66f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3bac2a1e-f58b-43ec-bbda-6cd7a9f1c420) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ab103c12-5fd5-4a48-a4d9-86debc194253) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8f2d8c64-c651-4f30-9577-d68a982f6f33) 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 {
}
