/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-88d6bfbc-4792-4bda-8b33-feacc711002b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-893d7a61-5fc3-42a4-9098-940cb977851b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f45929b4-674d-4e77-808b-43c3b32ddca7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-82075e7d-04ff-45b2-bfae-40438ef8d316) 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 {
}
