#so-newsform {
    margin: 0;
    height: 82px;
    text-align: center;
}

#so-newsform .newsform-text, #so-newsform select {
    width: 190px;
    height: 21px;
    font-size: 100%;
    color: #666666;
    border: 1px solid #000;
}


#so-newsform .newsform-text {
    margin: 3px 0 0 0;
    padding: 3px 4px 3px 4px;
}

#so-newsform select {
    margin-top: 7px;
}

.newsform-title {
    color: #303030;
}

.button1 {
    margin-top: 10px;
    width: 80px;
    height: 19px;
    border: 0;
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
    background: url('../img/bg_button1.gif') no-repeat;
}

#contactform {
    
    margin-left: 10px;
}

#contactform td {
    padding-bottom: 15px;
    vertical-align: top;
}

.contactform-label {
    font-weight: bold;
}

.contactform-input-text, .contactform-select {
    margin: 0 12px 0 0;
    width: 220px;
    height: 20px;
    font-size: 100%;
    border: 1px solid #000;
}

.contactform-input-text {
    padding: 3px 4px 3px 4px;
}

.contactform-note {
    padding-right: 20px;
    margin-top: 13px;
    color: #666666;
}

.contactform-txtarea {
    width: 220px;
    height: 130px;
    font-size: 11px;
    border: 1px solid #000;
}

.contactform-checkbox {
    margin: 0;
}

.contactform-buttons {
    margin-top: 11px;
    text-align: center;
}

.button2 {
    padding-right: 20px;
    margin-right: 17px;
    width: 90px;
    height: 19px;
    line-height: 19px;
    font-size: 100%;
    text-align: right;
    font-weight: bold;
    color: #666666;
    border: 0;
    background: url('../img/bg_button2.gif') no-repeat;
}

.button3 {
    padding-left: 20px;
    margin-left: 17px;
    width: 120px;
    height: 19px;
    font-size: 100%;
    text-align: left;
    font-weight: bold;
    color: #FFF;
    border: 0;
    background: url('../img/bg_button3.gif') no-repeat;
}

.button5 {
    margin: auto;
    float: right;
    display: block;
    width: 210px;
    height: 29px;
    font-size: 80%;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-decoration: none;
    background: url('../img/bg_button4.gif') no-repeat;
    border: 0;
}

.input-box1 {
    padding: 0 5px 0 5px;
    width: 180px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #000;
    font-size: 80%;
}

.select-box1, .select-box2 {
    height: 20px;
    line-height: 20px;
    border: 1px solid #000;
    font-size: 80%;
}

.select-box1 {
    width: 220px;
}

.select-box2 {
    width: 108px;
}

#home-search-container form {
    padding: 0;
}

.home-search-table {
    float: right;
    margin: 5px 5px 0 0;
    border-collapse: collapse;
}

.home-search-table td {
    vertical-align: top;
    padding: 2px;
}

#home-search-container .input-box1, #home-search-container .button5, #home-search-container select {
    margin: 0;
}

.home-search-checkbox {
    float: right;
    width: 220px;
    font-weight: bold;
    line-height: 20px;
}

.home-search-checkbox input {
    float: left
}

.newsform-row {
	margin-bottom: 10px;
}

.orderFormAlt-container {
     width: 400px;
     margin: 10px;
     text-align: center;
}

.formTable1 {
     margin: 0 auto 10px auto;
     width: 100%;
     background: #dddddd;
     border: 1px solid #d6d6d6;
     border-collapse: collapse;
}

.formTable1 td {
     padding-top: 5px;
     padding-bottom: 5px;
     padding-right: 5px;
}

.formTable1 .textinput-short,
.formTable1 .textinput-medium,
.formTable1 .textinput-long,
.formTable1 .textarea-long {
     color: #333;
     border: 1px solid #CCC;
     background: #f8f8f8;
}

.formTable1 .textinput-short {
     width: 80px;
     height: 21px;
}

.formTable1 .textinput-medium {
     width: 120px;
     height: 21px;
}

.formTable1 .textinput-long {
     width: 280px;
     height: 21px;
}

.formTable1 .textarea-long {
     width: 280px;
     height: 60px;
     color: #333;
     border: 1px solid #CCC;
     background: #f8f8f8;
}

.formTable1 .selectbox-long {
     width: 280px;
     height: 21px;
}

.formTable1-button {
     float: right;
     padding: 2px 10px 2px 10px;
     font-size: 100%;
     font-weight: bold;
     border: 1px solid #cce6ff;
     background: #f9f4bd;
     cursor: pointer;
}

.formTable1-label {
     font-size: 110%;
     padding-left: 20px;
     color: #15476e;
}

#orderForm-otherPersons-Tbody tr td {
     border-bottom: 1px solid #d6d6d6;
}

.orderForm-sectionTitle {
     padding-left: 20px;
     font-size: 110%;
     color: #333;
     background: #cccccc;
}

