@charset "utf-8";

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#868644;
}

#newsletter {
    max-width: 630px;
    border: 12px solid #d96904;
    padding:24px;
    background:#fbf9ee;
}

#newsletter * {
    border:none;
}

fieldset:not(:nth-of-type(3)) p {
    display:flex;
    flex-direction: column;
}

fieldset:nth-of-type(3) {
    
}

fieldset:nth-of-type(3) p {
    display:flex;
    flex-direction:row;
    align-items: center;
}

fieldset:nth-of-type(3) p input {
        margin:0;
    margin-left: 12px;
    margin-right:8px;

}

label {
    font-weight:bolder;
}

input {
    height:36px;
    margin-top:8px;
    padding-left:8px;
}

select {
    height: 36px;
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

input,
select {
  border:  1px solid #cccc99 !important;
}

fieldset:nth-of-type(4) p label {
    display:flex;
    flex-direction:row;
    align-items:center;
}

fieldset:nth-of-type(4) p label > * {
    margin-right:4px;
}

fieldset:nth-of-type(4) p label > input {
    margin:0;
    margin-right:8px;
}


input[type=button] {
    background:#cccc99;
    width:140px;
    font-weight:bolder;
    margin:16px auto;
}

a {
    color: #d96904;
    font-weight:bolder;
}