/*
 * @version     $Id: template.css 010 2013-05-20 10:02:00Z Anton Wintergerst $
 * @package     FatFish Template
 * @copyright   Copyright (C) 2013 Anton Wintergerst. All rights reserved.
 * @license     Not to be distributed or sold without permission. Property of Anton Wintergest
*/
/* General Styling */
body {
    margin: 0;
}

.subscribe-form-inner .cmsubscriptionmsg {
    font-size: 30px;
    color: #fff;
    font-family: 'Titillium Web';
    margin-bottom: 6px;
    padding: 25px 70px 35px 5px;
    display: block;
    position: absolute;
    background: #676767;
    top: 11px;
}
