select {
    border: 1px solid #333;
    width: 100%;
}

.button {
    padding: 1px;
    border: 1px solid #333;
    background: #fff;
    font-size: 1.0em;
}

.field {
    padding: 2px;
    border: 1px solid #fff;
    background: #fff;
    font-size: 1.0em;
}

#search .button {
    padding: 1px;
    border: 1px solid #fff;
    background: #fff;
    font-size: 1.0em;
}

#commentform input {
    width: 140px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 99%;
    margin-top: 5px;
}

#inputform {
    width:430px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#inputform fieldset {
	border: 0;
	margin-bottom: 30px;
}

#inputform legend{
	margin-top: 5px;
    font-weight:bold;
    font-size:12pt;
}

#inputform label{
    display:block;
    height:2em;
    padding:10px 10px 0;
    font-weight: bold;
}

#inputform select {
    width: 150px;
}

#inputform input, #inputform textarea, #inputform select {
    margin-right:10px;
    border:1px solid #999999;
    background:#fff;
    clear:both;
}

