/*
  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:400px;
    font-style:italic;
    padding:10px;
    text-align:center;
    color: #00652E;
    font-weight: bold; 
    font-size:16px;
}

form.emailform fieldset {
    border:0px none #b48181;
    padding:0px;
    width: 500px;
}

form.emailform label {
    float:left;
    text-align:left;
    width:200px;
    margin:5px;  
}

form.emailform textarea {
    -moz-border-radius:0.4em 0.4em 0.4em 0.4em;
    float:left;
    background:none repeat scroll 0 0 #eeeeee;
    border:1px solid #00652E;
    font:bold 0.95em arial,sans-serif;    
    margin:5px;   
}

form.emailform input[type=submit]{
    padding:5px;
    margin: 10px 5px 5px 215px;   
    background:none repeat scroll 0 0 #eeeeee;    
}

form.emailform span.emailform   {
    font-style:italic;
}

form.emailform input {    
    -moz-border-radius:0.4em 0.4em 0.4em 0.4em;
    background:none repeat scroll 0 0 #eeeeee;
    border:1px solid #00652E;
    font:bold 0.95em arial,sans-serif;
    margin:5px; 
}

form.emailform select {    
    -moz-border-radius:0.4em 0.4em 0.4em 0.4em;
    background:none repeat scroll 0 0 #eeeeee;
    border:1px solid #00652E;
    font:bold 0.95em arial,sans-serif;
    margin:5px; 
}
