/***********************************************************************
** enquiry.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; 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 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
**
**
**  This stylesheet for the Group Enquiry only - affects the form input fields.
**
**
**
***********************************************************************/

#wikibody table {
float:left;
margin-bottom:10px;
}

#wikibody textarea {
width: 400px;
height: 150px;
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
background-color: #fff;
border-color: #848A73;
color: #000;
}
#wikibody .button {
color:#000;
background-color: #e9e9e9;
border-color: #666;
font-weight: bold;
font-size:110%;
}

#wikibody input {
color: #000;
background-color: #f3f3f3;
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
}
#wikibody select {
color: #000;
background-color: #DACCBC;
font-family: "Verdana","Arial","Geneva","Helvetica",sans-serif;
}



