input, textarea, select
{
color: #333;
background: #fff;
border: none;
margin:0;
padding: 3px 6px;
width: 230px;
}

input.radio {width: auto;}

textarea {overflow-y: auto;}

input, select {height: 24px;}

select{width: 241px; height: 30px; padding: 6px;}

.submit{
width: 243px;
margin-top: 4px;
color: #333;
background-color: #ccc;
border: 1px solid #999;
cursor: pointer;
font-weight: bold;
text-align: center;
}

.submit:hover{background: #fbba00; color: #fff}

form table td {padding-left: 16px}
