/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ebe4fb8-cc92-4560-afd8-eae6fab03763) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-094dbc0a-7c24-4287-a92e-6f114b0ad9e1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-943566df-4c58-4de8-9351-1207d615b47a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce35a829-1604-424a-b642-c6943faf1b00) 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 {
}
