.textinput-search, .textinput-mailing {
     float: left;
     height: 30px;
}

.textinput-short, .textinput-medium, .textinput-long {
     float: left;
     height: 30px;
}

.textinput-short input, .textinput-medium input, .textinput-long input {
     margin: 6px 0 0 8px;
     height: 18px;
     font-size: 100%;
     border: none;
}

.textinput-short {
     width: 67px;
     background: url('../img/bg_textinput_short.gif') no-repeat;
}

.textinput-short input {
     width: 50px;
}

.textinput-medium {
     width: 169px;
     background: url('../img/bg_textinput_medium.gif') no-repeat;
}

.textinput-medium input {
     width: 152px;
}

.textinput-long {
     width: 219px;
     background: url('../img/bg_textinput_long.gif') no-repeat;
}

.textinput-long input {
     width: 195px;
}

.selectbox {
     width: 169px;
     height: 37px;
     background: url('../img/bg_selectbox.gif') no-repeat;
}

.selectbox select {
     margin: 6px 0 0 6px;
     width: 157px;
     height: 20px;
}

.textarea1 {
     width: 433px;
     height: 61px;
     background: url('../img/bg_textarea1.gif') no-repeat;
}

.textarea1 textarea {
     margin: 6px 0 0 8px;
     width: 415px;
     height: 45px;
     font-size: 100%;
     font-family: tahoma;
     border: none;
}

.button-search {
     margin: 1px 0 0 5px;
}
