/* Additions for the static rebuild. Everything visual comes from skin.css +
   custom.css (the original skin); this file only covers what the DNN
   platform used to provide. */

/* fitVids helper (was injected by the old skin script) */
.fluid-width-video-wrapper { width: 100%; position: relative; padding: 0; }
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* contact form: spam trap + result messages */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.pbp-notice { padding: 15px 18px; margin: 20px 0 10px; font-size: 17px; line-height: 25px; }
.pbp-notice.pbp-ok { background: #eef0f8; border-left: 4px solid #5560a7; color: #333; }
.pbp-notice.pbp-err { background: #fbeaea; border-left: 4px solid #c9302c; color: #333; }
.pbp-notice em { font-size: 14px; }
