﻿/* 
    The following styles ripped straight out of ActionTag for rendering the error (_EnableJsMessage) correctly
    for forms loaded without js (that can't run ActionTag, and therefore can't load its styles)
*/

.ngp-form {
    margin: 0 auto;
    max-width: 910px;
}

.at {
    font-family: Lato,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
    margin: 0 auto;
}

.at-paid-for-by {
    border: 1px solid #c4cfdd;
    padding: 0 3px;
    margin-top: -1px;
    display: inline-block;
}
    
.at img {
    display: inline-block;
    vertical-align: middle;
}

.poweredby {
    display: block;
    font-size: .8em;
    background: #fff;
    color: #000;
    width: 15em;
    margin: auto;
    padding: .5em 1em;
}

.poweredby:before {
    position: relative;
    top: .3em;
    left: -.25em;
    content: url("//static.everyaction.com/images/ngpvan-logo-16.png");
}

.poweredby a {
    color: #1daeff;
    text-decoration: none;
    line-height: inherit;
}