/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a09e3a12-1fb7-4ba3-892c-ac3c4358956e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d04b78a4-a0c9-4ce8-9163-f74b19fce90a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9db368d5-3c3a-4bed-84a7-f119dbb26708) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e17d9fe3-b22f-4f9c-9191-161f8849a5ed) 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 {
}
