<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* PRIMARY FORM LAYOUT ELEMENTS
Please use this style sheet to store all CSS rules relative
to any buttons, forms and/or input fields from 3DCC. 
---------------------------------------------------------- */


/*Common Fields */

label,
input,
button,
select,
textarea {
clear:both;
}


label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 12px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #555555;

  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

input,
textarea,
.uneditable-input {
  width: auto;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls &gt; .radio:first-child,
.controls &gt; .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}


/* Branding Enhancement Button Styles ------------------------------  */

button.ds-btn-brand-enhancement,input[type="submit"].ds-btn-brand-enhancement, input[type="reset"].ds-btn-brand-enhancement,input[type="button"].ds-btn-brand-enhancement {
    background: rgba(19,134,191,1);
    background: -moz-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,134,191,1)), color-stop(100%, rgba(5,118,163,1)));
    background: -webkit-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -o-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: linear-gradient(to bottom, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1386bf', endColorstr='#0576a3', GradientType=0 );
    position:relative;
    display:block;
    cursor:pointer;
    border:1px solid #005686;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#ffffff;
    padding:3px 6px;
}

button.ds-btn-brand-enhancement:visited,input[type="submit"].ds-btn-brand-enhancement:visited, input[type="reset"].ds-btn-brand-enhancement:visited,input[type="button"].ds-btn-brand-enhancement:visited {
    background: rgba(19,134,191,1);
    background: -moz-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,134,191,1)), color-stop(100%, rgba(5,118,163,1)));
    background: -webkit-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -o-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: linear-gradient(to bottom, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1386bf', endColorstr='#0576a3', GradientType=0 );
    position:relative;
    display:block;
    cursor:pointer;
    border:1px solid #005686;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#ffffff;
    padding:3px 6px;
}

button.ds-btn-brand-enhancement:hover,input[type="submit"].ds-btn-brand-enhancement:hover, input[type="reset"].ds-btn-brand-enhancement:hover, input[type="button"].ds-btn-brand-enhancement:hover {
    background: rgba(28,144,193,1);
    background: -moz-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,144,193,1)), color-stop(100%, rgba(7,131,184,1)));
    background: -webkit-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: -o-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: -ms-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: linear-gradient(to bottom, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c90c1', endColorstr='#0783b8', GradientType=0 );
    display:block;
    position:relative;
    cursor:pointer;
    border:1px solid #005686;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#ffffff;
    padding:3px 6px;
}

button.ds-btn-brand-enhancement:active,input[type="submit"].ds-btn-brand-enhancement:active,input[type="reset"].ds-btn-brand-enhancement:active, input[type="button"].ds-btn-brand-enhancement:active {
    background: rgba(5,118,163,1);
    background: -moz-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,118,163,1)), color-stop(100%, rgba(19,134,191,1)));
    background: -webkit-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: -o-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: linear-gradient(to bottom, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0576a3', endColorstr='#1386bf', GradientType=0 );    
    display:block;
    position:relative;
    cursor:pointer;
    border:1px solid #005686;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#ffffff;
    padding:3px 6px;
}
/* Branding Enhancement DISABLED Button Styles --  */
button.ds-btn-brand-enhancement-disabled,input[type="submit"].ds-btn-brand-enhancement-disabled, input[type="reset"].ds-btn-brand-enhancement-disabled,input[type="button"].ds-btn-brand-enhancement-disabled,
button.ds-btn-brand-enhancement-disabled:visited,input[type="submit"].ds-btn-brand-enhancement-disabled:visited, input[type="reset"].ds-btn-brand-enhancement-disabled:visited,input[type="button"].ds-btn-brand-enhancement-disabled:visited,
button.ds-btn-brand-enhancement-disabled:hover,input[type="submit"].ds-btn-brand-enhancement-disabled:hover, input[type="reset"].ds-btn-brand-enhancement-disabled:hover,input[type="button"].ds-btn-brand-enhancement-disabled:hover,
button.ds-btn-brand-enhancement-disabled:active,input[type="submit"].ds-btn-brand-enhancement-disabled:active, input[type="reset"].ds-btn-brand-enhancement-disabled:active,input[type="button"].ds-btn-brand-enhancement-disabled:active {
    background: rgba(19,134,191,1);
    background: -moz-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,134,191,1)), color-stop(100%, rgba(5,118,163,1)));
    background: -webkit-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -o-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: linear-gradient(to bottom, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1386bf', endColorstr='#0576a3', GradientType=0 );
    position:relative;
    display:block;
    cursor:pointer;
    border:1px solid #8fcbec;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#cccccc;
    padding:3px 6px;
}


/*Default Button Styles ----------------------------------------------- */

button.ds-btn-default, input[type="submit"].ds-btn-default, input[type="reset"].ds-btn-default, input[type="button"].ds-btn-default {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    position:relative;
    cursor:pointer;
    border:1px solid #a7a9ac;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#5b5b5b;
    padding:3px 6px;
    
}

button.ds-btn-default:visited, input[type="submit"].ds-btn-default:visited, input[type="reset"].ds-btn-default:visited, input[type="button"].ds-btn-default:visited {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    position:relative;
    cursor:pointer;
    border:1px solid #a7a9ac;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#5b5b5b;
    padding:3px 6px;
    
}

button.ds-btn-default:hover,input[type="submit"].ds-btn-default:hover, input[type="reset"].ds-btn-default:hover, html input[type="button"].ds-btn-default:hover {
    background: rgba(229,231,233,1);
    background: -moz-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,231,233,1)), color-stop(100%, rgba(211,214,214,1)));
    background: -webkit-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -o-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: linear-gradient(to bottom, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e9', endColorstr='#d3d6d6', GradientType=0 );    
    display:block;
    position:relative;
    cursor:pointer;
    border:1px solid #5b5d5e;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#5b5b5b;
    padding:3px 6px;
}

button.ds-btn-default:active,input[type="submit"].ds-btn-default:active, input[type="reset"].ds-btn-default:active, html input[type="button"].ds-btn-default:active {
    background: rgba(210,213,213,1);
    background: -moz-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,213,213,1)), color-stop(25%, rgba(230,232,234,1)), color-stop(47%, rgba(222,224,227,1)), color-stop(100%, rgba(222,224,227,1)));
    background: -webkit-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -o-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: linear-gradient(to bottom, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d5d5', endColorstr='#dee0e3', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #5b5d5e;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#5b5b5b;
    padding:3px 6px;
}
/*Default Button DISABLED Styles ------------------------ */
button.ds-btn-default-disabled, input[type="submit"].ds-btn-default-disabled, input[type="reset"].ds-btn-default-disabled, input[type="button"].ds-btn-default-disabled,
button.ds-btn-default-disabled:visited, input[type="submit"].ds-btn-default-disabled:visited, input[type="reset"].ds-btn-default-disabled:visited, input[type="button"].ds-btn-default-disabled:visited,
button.ds-btn-default-disabled:hover, input[type="submit"].ds-btn-default-disabled:hover, input[type="reset"].ds-btn-default-disabled:hover, input[type="button"].ds-btn-default-disabled:hover,
button.ds-btn-default-disabled:active, input[type="submit"].ds-btn-default-disabled:active, input[type="reset"].ds-btn-default-disabled:active, input[type="button"].ds-btn-default-disabled:active {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    position:relative;
    cursor:pointer;
    border:1px solid #d7d9dd;
    height:34px;
    width:234px;
    font-family:'3ds', Sans-Serif !important;
    font-weight:normal;
    font-size:1.125em !important;
    color:#b5b5b5;
    padding:3px 6px;
    
}

/*Basic UI Button Styles --------------------------------------------------- */

button.ds-btn-basic, input[type="submit"].ds-btn-basic, input[type="reset"].ds-btn-basic, html input[type="button"].ds-btn-basic {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #a7a9ac;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#5b5b5b;
    padding:3px 6px;
    
}

button.ds-btn-basic:visited, input[type="submit"].ds-btn-basic:visited, input[type="reset"].ds-btn-basic:visited, html input[type="button"].ds-btn-basic:visited {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #a7a9ac;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#5b5b5b;
    padding:3px 6px;
    
}

button.ds-btn-basic:hover,input[type="submit"].ds-btn-basic:hover, input[type="reset"].ds-btn-basic:hover, input[type="button"].ds-btn-basic:hover {
    background: rgba(229,231,233,1);
    background: -moz-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,231,233,1)), color-stop(100%, rgba(211,214,214,1)));
    background: -webkit-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -o-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: linear-gradient(to bottom, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e9', endColorstr='#d3d6d6', GradientType=0 );    
    display:block;
    cursor:pointer;
    border:1px solid #5b5d5e;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;  
    font-size:.75em !important;
    color:#5b5b5b;
    padding:3px 6px;
}

button.ds-btn-basic:active,input[type="submit"].ds-btn-basic:active, input[type="reset"].ds-btn-basic:active, input[type="button"].ds-btn-basic:active {
    background: rgba(210,213,213,1);
    background: -moz-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,213,213,1)), color-stop(25%, rgba(230,232,234,1)), color-stop(47%, rgba(222,224,227,1)), color-stop(100%, rgba(222,224,227,1)));
    background: -webkit-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -o-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: linear-gradient(to bottom, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d5d5', endColorstr='#dee0e3', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #5b5d5e;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#5b5b5b;
    padding:3px 6px;
}
/*Basic UI Button DISABLED Styles ------------------------------ */
button.ds-btn-basic-disabled, input[type="submit"].ds-btn-basic-disabled, input[type="reset"].ds-btn-basic-disabled, html input[type="button"].ds-btn-basic-disabled,
button.ds-btn-basic-disabled:visited, input[type="submit"].ds-btn-basic-disabled:visited, input[type="reset"].ds-btn-basic-disabled:visited, html input[type="button"].ds-btn-basic-disabled:visited,
button.ds-btn-basic-disabled:hover, input[type="submit"].ds-btn-basic-disabled:hover, input[type="reset"].ds-btn-basic-disabled:hover, html input[type="button"].ds-btn-basic-disabled:hover,
button.ds-btn-basic-disabled:active, input[type="submit"].ds-btn-basic-disabled:active, input[type="reset"].ds-btn-basic-disabled:active, html input[type="button"].ds-btn-basic-disabled:active {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #d7d9dd;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#b5b5b5;
    padding:3px 6px;
    
}


/*Basic Model UI Button Styles --------------------------------------------------- */

button.ds-btn-basic-ui-model, input[type="submit"].ds-btn-basic-ui-model, input[type="reset"].ds-btn-basic-ui-model, html input[type="button"].ds-btn-basic-ui-model {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #a7a9ac;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:1.085em !important;
    color:#5b5b5b;
    padding:3px 6px;
    
}

button.ds-btn-basic-ui-model:visited, input[type="submit"].ds-btn-basic-ui-model:visited, input[type="reset"].ds-btn-basic-ui-model:visited, html input[type="button"].ds-btn-basic-ui-model:visited {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #a7a9ac;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:700;
    font-size:1.085em !important;
    color:#5b5b5b;
    padding:3px 6px;
    
}

button.ds-btn-basic-ui-model:hover,input[type="submit"].ds-btn-basic-ui-model:hover, input[type="reset"].ds-btn-basic-ui-model:hover, input[type="button"].ds-btn-basic-ui-model:hover {
    background: rgba(229,231,233,1);
    background: -moz-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,231,233,1)), color-stop(100%, rgba(211,214,214,1)));
    background: -webkit-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -o-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    background: linear-gradient(to bottom, rgba(229,231,233,1) 0%, rgba(211,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7e9', endColorstr='#d3d6d6', GradientType=0 );    
    display:block;
    cursor:pointer;
    border:1px solid #5b5d5e;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:700;  
    font-size:1.085em !important;
    color:#5b5b5b;
    padding:3px 6px;
}

button.ds-btn-basic-ui-model:active,input[type="submit"].ds-btn-basic-ui-model:active, input[type="reset"].ds-btn-basic-ui-model:active, input[type="button"].ds-btn-basic-ui-model:active {
    background: rgba(210,213,213,1);
    background: -moz-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,213,213,1)), color-stop(25%, rgba(230,232,234,1)), color-stop(47%, rgba(222,224,227,1)), color-stop(100%, rgba(222,224,227,1)));
    background: -webkit-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -o-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    background: linear-gradient(to bottom, rgba(210,213,213,1) 0%, rgba(230,232,234,1) 25%, rgba(222,224,227,1) 47%, rgba(222,224,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d5d5', endColorstr='#dee0e3', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #5b5d5e;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:700;
    font-size:1.085em !important;
    color:#5b5b5b;
    padding:3px 6px;
}
/*Basic Model UI Button DISABLED Styles ------------------------------ */
button.ds-btn-basic-ui-model-disabled, input[type="submit"].ds-btn-basic-ui-model-disabled, input[type="reset"].ds-btn-basic-ui-model-disabled, html input[type="button"].ds-btn-basic-ui-model-disabled,
button.ds-btn-basic-ui-model-disabled:visited, input[type="submit"].ds-btn-basic-ui-model-disabled:visited, input[type="reset"].ds-btn-basic-ui-model-disabled:visited, html input[type="button"].ds-btn-basic-ui-model-disabled:visited,
button.ds-btn-basic-ui-model-disabled:hover, input[type="submit"].ds-btn-basic-ui-model-disabled:hover, input[type="reset"].ds-btn-basic-ui-model-disabled:hover, html input[type="button"].ds-btn-basic-ui-model-disabled:hover,
button.ds-btn-basic-ui-model-disabled:active, input[type="submit"].ds-btn-basic-ui-model-disabled:active, input[type="reset"].ds-btn-basic-ui-model-disabled:active, html input[type="button"].ds-btn-basic-ui-model-disabled:active {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(100%, rgba(230,231,232,1)));
    background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(230,231,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e7e8', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #d7d9dd;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:700;
    font-size:1.085em !important;
    color:#b5b5b5;
    padding:3px 6px;
    
}

/* Basic UI Branding Button --------------------------------------------------------------------- */

button.ds-btn-basic-brand, input[type="submit"].ds-btn-basic-brand, input[type="reset"].ds-btn-basic-brand, html input[type="button"].ds-btn-basic-brand {
   background: rgba(19,134,191,1);
    background: -moz-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,134,191,1)), color-stop(100%, rgba(5,118,163,1)));
    background: -webkit-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -o-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: linear-gradient(to bottom, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1386bf', endColorstr='#0576a3', GradientType=0 );
    display:block;
    cursor:pointer;
   border:1px solid #005686;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#ffffff;
    padding:3px 6px;
    
}

button.ds-btn-basic-brand:visited, input[type="submit"].ds-btn-basic-brand:visited, input[type="reset"].ds-btn-basic-brand:visited, html input[type="button"].ds-btn-basic-brand:visited {
   background: rgba(19,134,191,1);
    background: -moz-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,134,191,1)), color-stop(100%, rgba(5,118,163,1)));
    background: -webkit-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -o-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: linear-gradient(to bottom, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1386bf', endColorstr='#0576a3', GradientType=0 );
    display:block;
    cursor:pointer;
   border:1px solid #005686;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#ffffff;
    padding:3px 6px;
    
}

button.ds-btn-basic-brand:hover,input[type="submit"].ds-btn-basic-brand:hover, input[type="reset"].ds-btn-basic-brand:hover, input[type="button"].ds-btn-basic-brand:hover {
  background: rgba(28,144,193,1);
    background: -moz-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,144,193,1)), color-stop(100%, rgba(7,131,184,1)));
    background: -webkit-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: -o-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: -ms-linear-gradient(top, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    background: linear-gradient(to bottom, rgba(28,144,193,1) 0%, rgba(7,131,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c90c1', endColorstr='#0783b8', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #005686;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#ffffff;
    padding:3px 6px;
}

button.ds-btn-basic-brand:active,input[type="submit"].ds-btn-basic-brand:active, input[type="reset"].ds-btn-basic-brand:active, input[type="button"].ds-btn-basic-brand:active {
   background: rgba(5,118,163,1);
    background: -moz-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,118,163,1)), color-stop(100%, rgba(19,134,191,1)));
    background: -webkit-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: -o-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    background: linear-gradient(to bottom, rgba(5,118,163,1) 0%, rgba(19,134,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0576a3', endColorstr='#1386bf', GradientType=0 );    
    display:block;
    cursor:pointer;
    border:1px solid #005686;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#ffffff;
    padding:3px 6px;
}

/* Basic UI Branding DISABLED Button ------------------------------- */

button.ds-btn-basic-brand-disabled, input[type="submit"].ds-btn-basic-brand-disabled, input[type="reset"].ds-btn-basic-brand-disabled, html input[type="button"].ds-btn-basic-brand-disabled,
button.ds-btn-basic-brand-disabled:visited, input[type="submit"].ds-btn-basic-brand-disabled:visited, input[type="reset"].ds-btn-basic-brand-disabled:visited, html input[type="button"].ds-btn-basic-brand-disabled:visited,
button.ds-btn-basic-brand-disabled:hover, input[type="submit"].ds-btn-basic-brand-disabled:hover, input[type="reset"].ds-btn-basic-brand-disabled:hover, html input[type="button"].ds-btn-basic-brand-disabled:hover,
button.ds-btn-basic-brand-disabled:active, input[type="submit"].ds-btn-basic-brand-disabled:active, input[type="reset"].ds-btn-basic-brand-disabled:active, html input[type="button"].ds-btn-basic-brand-disabled:active {
   background: rgba(19,134,191,1);
    background: -moz-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,134,191,1)), color-stop(100%, rgba(5,118,163,1)));
    background: -webkit-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -o-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    background: linear-gradient(to bottom, rgba(19,134,191,1) 0%, rgba(5,118,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1386bf', endColorstr='#0576a3', GradientType=0 );
    display:block;
    cursor:pointer;
    border:1px solid #8fcbec;
    height:24px;
    width:100px;
    font-family:Arial, Sans-Serif !important;
    font-weight:bold;
    font-size:.75em !important;
    color:#cccccc;
    padding:3px 6px;
    
}

/* Basic UI Branding in brown color */
button.ds-btn-sale, input.ds-btn-sale[type="submit"], input.ds-btn-sale[type="reset"], input.ds-btn-sale[type="button"] {
    background: transparent linear-gradient(to bottom, #B3160F 0%, #910E04 100%) repeat scroll 0% 0%;
    position: relative;
    display: block;
    cursor: pointer;
    border: 1px solid #910E04;
    height: auto;
    width: auto;
    font-family: "3ds",sans-serif !important;
    font-weight: normal;
    font-size: 18px !important;
    color: #FFF;
    padding: 3px 6px;
    word-wrap: break-word;
    width:135px;
    white-space: normal;
}

button.ds-btn-sale:visited, input.ds-btn-sale[type="submit"]:visited, input.ds-btn-sale[type="reset"]:visited, input.ds-btn-sale[type="button"]:visited,
button.ds-btn-sale:hover, input.ds-btn-sale[type="submit"]:hover, input.ds-btn-sale[type="reset"]:hover, input.ds-btn-sale[type="button"]:hover,
button.ds-btn-sale:active, input.ds-btn-sale[type="submit"]:active, input.ds-btn-sale[type="reset"]:active, input.ds-btn-sale[type="button"]:active {
    opacity: 0.8;
}

button.ds-btn-sale-disabled, input[type="submit"].ds-btn-sale-disabled, input[type="reset"].ds-btn-sale-disabled, html input[type="button"].ds-btn-sale-disabled,
button.ds-btn-sale-disabled:visited, input[type="submit"].ds-btn-sale-disabled:visited, input[type="reset"].ds-btn-sale-disabled:visited, html input[type="button"].ds-btn-sale-disabled:visited,
button.ds-btn-sale-disabled:hover, input[type="submit"].ds-btn-sale-disabled:hover, input[type="reset"].ds-btn-sale-disabled:hover, html input[type="button"].ds-btn-sale-disabled:hover,
button.ds-btn-sale-disabled:active, input[type="submit"].ds-btn-sale-disabled:active, input[type="reset"].ds-btn-sale-disabled:active, html input[type="button"].ds-btn-sale-disabled:active {
    opacity: 0.4;
    background: transparent linear-gradient(to bottom, #B3160F 0%, #910E04 100%) repeat scroll 0% 0%;
    position: relative;
    display: block;
    cursor: pointer;
    border: 1px solid #910E04;
    height: 34px;
    width: auto;
    font-family: "3ds",sans-serif !important;
    font-weight: normal;
    font-size: 1.125em !important;
    color: #FFF;
    padding: 3px 6px;
}


/*Form Fields 
The below styles will change
-------------------------------------- */

/*Home Page Form Styles */

#search-form
{
 font-family:Arial, "sans-serif";
 font-size:.7925em;
 line-height:.7925em;
  
  width:350px;
  background-color: #fff;
  color:#adafb1;
  height: 34px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius:4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  /* padding: 2px;
 margin: 0;
  margin-top: 3px;
  border: 1px solid #83a1b3;
  
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}

#search-form input
{
    clear: both;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    outline: 0px none;
    height: 30px;
    line-height: 22px;
    box-shadow: none;
    width: 100%;
    background-color: #FFF;
    color: #000;
    border-collapse: collapse;
    font-family: Arial,"sans-serif";
    border: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius:4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

#imgSearchBtn
{
    opacity: 0.85;
    border-radius: 0px 3px 3px 0px; 
     -webkit-border-radius:  0px 3px 3px 0px; 
    -moz-border-radius: 0px 3px 3px 0px; 
}
#imgSearchBtn:hover
{
    opacity:1;
}

#searchbutton { margin-top: 2px; color:#004B7A; }

#searchbutton:hover {color:#1386BF; }


input.ds-btn-big-stretch 
{
    clear:both;
    width:100% !important;
}

input.ds-btn-big-auto 
{
    clear:both;
    width:auto !important;
}

/* FORM ELEMENTS FROM DS-STYLES.CSS  
===========================================================*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

/*from base1.css - legend from*/
legend
{
	color: #2E3480;
}

#pages legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

/* This classes are using inside managecataloginfo*/
input.input_1 {width: 280px;}

textarea.input_1{width: 280px;}

select.input_1{width: 280px;}
 
input.error
{
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 1.0em;
    color: #fea035;
    border: 1px solid #fea035;
}


/* FORM ELEMENTS FROM BASE1.CSS  
===========================================================*/

</pre></body></html>