@charset "utf-8";
/* CSS Document */
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
}
fieldset.submit {  
border-style: none;
}
input#name, input#email, input#phone, input#org, textarea#comments {
background-color:#dddddd;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:5px;
}
textarea#comments {margin-bottom:5px;}