/*
  File: /static/styleSubscribeIframe/style-1.css (lila)
  Created @ 2017/05/12 11:35
  Last modified @ 2025/05/07 11:36
*/

/**********************************************************************************************************************************************************************
 * CSS reset
 **********************************************************************************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
body {color: #333; font: normal normal 16px/1.4 Arial, Verdana; }
img { border: none; }

.formBox { width: 98%; padding: 0.5em 1%; }
     p { padding: 0.4em 0; } 
     input[type=text] { width: 96%; height: 1.9em; padding: 0.3em 1%; line-height: 2.5em; background: #FFF; border: 1px solid #910534; }
     button { float: right; height: 2em; margin: 0 2% 0 0; padding: 0 10%; color: #FFF; background: #910534; border: 0; font-weight: bold; font-size: 18px; line-height: 2em; }
    
.messageBox { width: 94%; padding: 1% 2%; color: #FFF; background: #036d03; border: 1px solid #036d03; }
    .messageBox p { font-weight: bold; }
.errorBox { background: #af0707; border-color: #af0707; }
