/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e33b5cb2-8e9b-4bf4-be9f-c79599f54dde) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-895feac4-0a78-42c7-8b11-4eef88c7fc57) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bb772387-9509-4f21-bcf1-b3c9ba88429d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9daa25a0-5948-4e54-945c-5116b50636d6) 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 {
}
