/*-----------------------------------------
 General - Committee Form - Members Login

Date:    22-08-2007
Version: 1.0
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/

/*--------------------------------------------
General Form Guides
---------------------------------------------*/
select { 
xfont-size: smaller;
xpadding: 1px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #B3B3B3;
border-bottom: 1px solid #B3B3B3;
}
label { 
float: left;
width: 5em;
color: #333;
 }
input { 
width: 180px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #B3B3B3;
border-bottom: 1px solid #B3B3B3;
}
.submit { 
width: 5em;
background-color: #336633;
color: #fff;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: smaller;
}
textarea {
 width: 20em;
 height: 10em;
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 border-right: 1px solid #B3B3B3;
 border-bottom: 1px solid #B3B3B3;
}
.required {
font-weight: bold;
color: #F00;
}
/*---- Committee ---*/
.committee {
 margin-left: 70px;
 padding-bottom: 10px;
}
/*---- Members Login ----*/
legend { 
background-color: #fff;
border: 1px solid #336633;
padding: 5px;
margin-left: 10px;
}
fieldset {
background-color: #75A432;
margin: 1em 3em;
font-weight: bold;
border:1px solid #336633;
}
* html fieldset { 
position: relative;
padding: 0;
border:1px solid #336633;
}
* html legend { 
position: relative;  
left: -1px;  
top: -1em;
}