.customwnd { background: #FFFFFF; padding: 5px; border: 1px solid #797979; border-radius: 6px; }
.customwnd iframe { border: 0px none; overflow: auto; }

.customwnd .customwnd_content { background: #FFFFFF; }
.customwnd .customwnd_title { position: relative; font: lighter 26px/24px Arial; padding: 10px 0px 20px 0px; color: #666666; }
.customwnd .customwnd_body { position: relative; }
.customwnd .customwnd_footer { display: none; padding-top: 7px; position: relative; font: 12px Arial; text-align: center; color: #A8ACAD; }
.customwnd .customwnd_footer a { color: #A8ACAD; text-decoration: underline; }
.customwnd .customwnd_footer a:hover { text-decoration: none; }
.customwnd .customwnd_close { position: absolute; right: 8px; top: 8px; display: block; width: 20px; height: 20px; background: url('images/close.svg'); background-size: 20px; cursor: pointer; }

.customwnd-preloader { background: #E4C640 url('images/preloader.gif') no-repeat 4px 4px; padding: 4px 4px 4px 24px; color: #000000; font-family: Arial; font-size: 12px; font-weight: normal; }
