.vma-emailer-wrapper label.error{
    display: none !important;
}

.vma-emailer-wrapper input.error{
    border: 1px solid red;
    color: red;
}

.vma-emailer-loading img{
    display: none;
}

.vma-emailer-error{
    color: red;
}

.vma-emailer-complete{
    color: green;
}

.vma-emailer-form-row,
.vma-emailer-form-before,
.vma-emailer-form-after,
.vma-emailer-author,
.vma-emailer-buttons{
    padding: 5px 0px;
}

.vma-emailer-form-row label em{
    color: red;
}

.vma-emailer-form-row label{
    width: 35%;
    display: block;
    float: left;
    text-align: left;
}

.vma-emailer-form-row input{
    width: 50%;
}

.vma-emailer-wrapper input.text{
    vertical-align: middle;
}

.vma-emailer-buttons input{
    padding: 5px 10px;
    font-size: 110%;
}

.vma-emailer-clear{
    clear: both;
}

.vma-emailer-widget .vma-emailer-wrapper{
    width: 100%;
}

.vma-emailer-widget .vma-emailer-form-row label,
.vma-emailer-widget .vma-emailer-form-row input{
    width: 90%;
}

.vma-emailer-widget .vma-emailer-form-row label{
    float: none;
    display: block;
}