.massMail {
    width:722px;
    border: none;
    margin: 5px;
}

.formLine {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.formLine label {
    float: left;
    width: 150px;
    text-align: left;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.formLine .formText, .formLine .formTextArea {
    width: 540px;
    background: #fff;
    border: 1px solid #7f9db9;
    float: right;
}

.formLine .formText {
    height: 20px;
}

.formLine .formTextArea {
    height: 80px;
}

.formLine .formShort {
    width: 200px;
    background: #fff;
    border: 1px solid #7f9db9;
    height: 20px;
    float: left;
    margin-left: 25px;
}

.formLine .hackFormText {
    float: none;
    height: 300px;
    margin-left: 27px;
}

.formLine input:focus, .formLine textarea:focus {
  border: 1px solid   #900;
}

.formLine .formButton {
    margin-right: 20px;
    width: 80px;
    cursor: pointer;
}

.formLine .bodyError {
    color: red;
    margin-top: 0px;
    margin-left: 34px;
}

.formLine .loading {
    height: 10px;
    margin-left: 90px;
}

.formLine .plus {
    background: url("/public/images/Symbol_-_Add.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    position: absolute;
    width: 22px;
}

.formLine .minus {
    background: url("/public/images/Symbol_-_Remove.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    position: absolute;
    width: 22px;
}