form { display: inline; }
.form_textfield { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-weight: normal; font-style: normal; background-color: #bcbebd; text-decoration: none; width: 100%; height: 25px; padding: 4px; border: solid 1px #bcbebd; display: block; }
.form_textfield:hover { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #cbcdcc; display: block; padding: 4px; width: 100%; height: 25px; border: solid 1px #cbcdcc; }
.form_textarea { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; background-color: #bcbebd; text-decoration: none; display: block; padding: 4px; width: 100%; height: 75px; border: solid 1px #bcbebd; }
.form_textarea:hover { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #cbcdcc; display: block; padding: 4px; width: 100%; height: 75px; border: solid 1px #cbcdcc; }
.form_dropdown { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; background-color: #bcbebd; text-decoration: none; display: block; padding: 2px; width: 100%; height: 25px; border: solid 1px #bcbebd; }
.form_dropdown:hover { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #cbcdcc; display: block; padding: 2px; width: 100%; height: 23px; border: solid 1px #cbcdcc; }
.form_dropdown_list { color: #1b1b1b; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #cbcdcc; display: block; padding: 6px 2px; border-bottom: 1px solid #fff; }
.fomr_radio { margin: 4px 8px; padding: 0; display: block; }
.form_button { color: #fff; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-weight: normal; font-style: normal; background-color: #a65000; text-decoration: none; width: 100%; height: 27px; display: block; }
.form_button:hover { color: #fff; font-size: 12px; font-family: verdana, tahoma, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; background-color: #c0722f; display: block; width: 100%; height: 27px; }