/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-277f04a7-597d-42ee-a552-cc7b24962a91) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c248bebc-d21a-4df9-b4bd-8430b197b4f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-594e05d5-ae75-4849-82b8-45d52ecd4b5b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2499afa2-aa3b-4974-b032-2736f6934869) 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 {
}
