/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6208346c-9afc-4c55-b240-e00015d7ac2f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fb954896-bcf7-401b-9ac3-c894b4de124e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-28f13263-38f3-4ba4-9a1a-45d87b0320d9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3310128a-cf5b-46ec-949d-02ee1ea52642) 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 {
}
