/*
  Copyright (c) 2007 Martin Kerz <konsum@kerz.org>

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
*/
     /*EMailForm*/
    div.emailformresult{
      width:90%;
      font-style:italic;
      padding:5px;
      text-align:center;
      color:#e03030;
    }

    form.emailform fieldset{
      border:none;
      padding:10px 5%;
    }

    form.emailform label{display:block;}
    form.emailform input[name=sender]{width:50%;}
    form.emailform input[name=subject]{width:100%;}
    form.emailform textarea{width:100%;}
    form.emailform input[type=submit]{margin-left:45%;}
    form.emailform span.emailform{font-style:italic;}
