.cpsa-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cpsa-label {
    color: #dd3333;
	font-size: 12px;
}
.cpsa-email {
    width: 100%;
    max-width: 260px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 6px;
    display: inline-block;
}
.cpsa-submit {
    background: #000000;
    color: #ffffff;
    padding: 7px 14px;
    font-size: 14px;
    border: 1px solid #fbfbfb;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}
.cpsa-submit:hover {
    background: #cb0201 !important;
    color: #ffffff !important;
}
.cpsa-unsubscribe {
    margin-top: 10px;
    background: #000000;
    color: #ffffff;
    padding: 7px 14px;
    font-size: 14px;
    border: 1px solid #fbfbfb;
    border-radius: 2px;
    cursor: pointer;
    display: none;
}
.cpsa-message {
    margin-top: 8px;
    font-size: 14px;
    color: #000000;
}
