/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5781b2f6-3518-45bc-b8c9-7258a06e6a72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d9ee8cf1-8348-4683-b64b-4f4c79497648) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-50f3a3b4-7846-4221-add3-963550ccd747) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-304eb388-6baf-43fc-9261-1bca6ffecc5e) 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 {
}
