/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0c6f619c-5a9a-4826-88f7-9c4b0d877772) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-63e8d390-19db-46d9-b1ef-ef6614ded896) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-785999e2-33cb-4541-8412-8bb66aa4cc7f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-acff46fa-881d-4149-92ce-c233153bcc5c) 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 {
}
