body {
  font-family: Verdana, Arial, sans-serif;
}

#add-custom-message {
  margin-left: 25px;
  display: block;
}

.custom-message-name-box {
  margin-left: 17px;
  display: block;
}

#banner {
  height: 80px;
  color: rgb(255,255,255);
  background: rgb(068,068,068) url(../img/app_header_background.png) repeat-x left top;
}

#help-selection-link {
   text-align:right;
   margin:0px;
   padding:20px 20px 0px 0px;
}

.help-link a, .help-link a:active, .help-link a:visited, .help-link a:hover {
   color: rgb(255,255,255);
}

#site-title {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  background-image: url(../img/shield.gif);
  line-height: 80px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  margin-left: 30px;
  padding: 0 0 0 60px;
  font-size: 30px;
  float:left;
}

.nav {
  height: 42px;
  border-bottom: 8px solid rgb(238,238,238);
  background: rgb(207,207,207) url(../img/mainNavigationBackground.png) repeat-x left center;
}
.nav ul {
  height: 40px;
  border-style: solid;
  border-color: rgb(255,255,255); border-width: 1px 0;
}
.nav li {
  float: left;
  border-right: 1px solid rgb(238,238,238);
  border-left: 1px solid rgb(170,170,170);
}
.nav ul li:last-child {
  border-left-width: 0;
}
.nav a, .nav a:active, .nav a:visited {
  font-weight: bold;
  display: block;
  padding: 0 30px;
  color: rgb(050,050,050);
  text-decoration: none;
  font-size: 13px;
  line-height: 40px;
}
.nav a:hover, .nav li.active a {
  background: rgb(223,223,223) url(../img/mainNavigationBackgroundActive.png) repeat-x left center;
}

.content-tab { height: 42px;}
.content-tab ul {margin:0px;height: 40px;border-style: solid;border-color: rgb(255,255,255);border-width: 1px 0;}
.content-tab li {float: left;font-weight: bold;height:38px;display: block;border-top:0px;border-left:0px;border-right:0px;border-bottom:1px solid rgb(196,196,196);padding: 0 30px;color: rgb(050,050,050);text-decoration: none;font-size: 13px;line-height: 40px;cursor: pointer;background: rgb(238,238,238) url(../img/mainNavigationBackground.png) repeat-x left center;margin-left:3px;}
.content-tab li.active {height:42px;border-right: 1px solid rgb(221,221,221);border-left: 1px solid rgb(221,221,221);border-top: 1px solid rgb(221,221,221);border-bottom:0px;background: rgb(238,238,238);}
.content-tab ul li:first-child {margin-left:0px;}

#main {
  min-width: 920px;
  padding: 15px 30px;
}

h1 {
  font-size: 18px;
  margin-bottom: 20px;
}

h1 .note {
  font-size: 14px;
  color: #222;
}

h2 {
  clear: both;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}

#breadcrumb {
  list-style: none;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: bold;
}

#breadcrumb li {
  display: inline;
}

.page-actions, .rule-page-actions{
  margin: 0 0 20px 0;
}
.page-actions, 
#policy-actions {
  padding: 18px 20px 20px 20px;
  background-color: rgb(238,238,238);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221,221,221) rgb(153,153,153) rgb(153,153,153) rgb(221,221,221);
}
.page-actions input,
.rule-page-actions input,
#policy-actions input {
  display: inline-block;
  margin-right: 10px !important;
}

.page-actions h3, .rule-page-actions h3 {
  font-size: 14px;
  margin-bottom: 14px;
}
.page-actions .addPolicy h3 {
  background-image: url(../img/new_document.gif);
  padding-left: 24px;
}
#policy-actions {
  background-color: rgb(086,086,086);
  border-color: rgb(000,000,000);
}

.rule-page-actions {
  padding: 18px 20px 20px 20px;
  background-color: rgb(238,238,238);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(238,238,238) rgb(153,153,153) rgb(153,153,153) rgb(221,221,221); 
}

#ui-datepicker-div {
  -moz-box-shadow: 0px 0px 8px #333; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #333; /* Saf3.0+, Chrome */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=5, Color='#555555')"; /* IE 8 */
  box-shadow: 0px 0px 8px #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid rgb(255,255,255);
  font-size: 12px;
}

#ui-datepicker-div .ui-datepicker-header {
  background: none;
  border: none;
  line-height: 24px;
  height: 24px;
}

.ui-dialog {
  -moz-box-shadow: 0px 0px 8px #333; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #333; /* Saf3.0+, Chrome */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=5, Color='#555555')"; /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.Glow(Strength=5, Color='#555555'); /* IE 6/7 */
  box-shadow: 0px 0px 8px #333;
  
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 1px solid rgb(255,255,255);
}

.ui-dialog .ui-dialog-titlebar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0 10px;
  font-size: 14px;
}

.ui-dialog .ui-dialog-title {
  margin: 0;
}

.ui-dialog .ui-dialog-content {
  clear: both;
  padding: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
  border: none;
  background-color: rgb(221,221,221);
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  margin: 12px 0 8px 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #DADADA;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #E6E6E6;
}

.modal {
  display: none;
  overflow:hidden;
}

#asset-types { list-style: none; margin: 0; padding: 0; width: 144px; float: left; }
#asset-types li { display: block; width: 130px; padding-left: 10px; margin-bottom: 2px; line-height: 30px; font-weight: bold; background-color: rgb(225,225,225); border: 1px solid rgb(187,187,187); }

#asset-types li.active { width: 134px; border-color: rgb(238,238,238); background-color: rgb(238,238,238); }
#asset-types li:hover { cursor: pointer; }
#asset-types li.active:hover { cursor: default; }
.rule-template-list { display: none; width: 534px; height: 100%; padding: 16px; background-color: rgb(238,238,238); float: right; }
.rule-template-list ul { list-style: none; padding: 0; margin: 8px 0 0 0; }
.rule-template-list.active { display: block; min-height: 200px; }
.rule-template-list li { margin-bottom: 8px; }
.rule-template-list li a { background: transparent url(../img/icons/arrow_right.png) no-repeat right center; color: rgb(022,082,169); line-height: 18px; padding: 2px 22px 1px 0; }

a.icon { background-color: transparent; padding-left: 24px; background-repeat: no-repeat; background-position: left bottom; }

.reorder { background-image: url(../img/icons/reorder.png); display: inline-block; line-height: 22px; margin-left: 10px; }

.table-actions {
  background: rgb(221,221,221) url(../img/tableActionsBackground.png) repeat-x left bottom;
  padding: 10px 20px;
  overflow:hidden;
}
.table-actions  .button { float:left; }
.filter-selection { }
.filter-selection-container {float:right;margin-top:3px; }
.data-table {
  width: 100%;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(162,162,162);
}
.data-table th, .data-table td {
  padding-left: 10px;
}
.data-table th {
  white-space: nowrap;
  padding-right: 30px;
  background: rgb(241,241,241) url(../img/tableHeaderBackground.png) repeat-x left center;
  height: 40px;
  vertical-align: middle;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: transparent rgb(255,255,255) rgb(153,153,153) rgb(187,187,187);
}
.data-table th.checkbox {
  border-left-width: 0;
  border-right-width: 0;
}
.data-table th.checkbox, .data-table td.checkbox {
  padding: 0 0 0 18px;
  width: 20px;
}
.data-table th.checkbox-header {
  border-left-width: 0;
  padding-left: 10px;
}
.data-table th.order-header {
    width:20%;
}

.data-table th.evaluation-header {
    width: 35%;
}
.data-table th a {
  display: block;
  line-height: 40px;
  font-weight: normal;
  color: rgb(000,000,000);
  text-decoration: none;
}
.data-table th:hover { background: rgb(231,231,231) url(../img/tableHeaderBackgroundActive.png) repeat-x left center; }
.data-table th.checkbox:hover { background: rgb(241,241,241) url(../img/tableHeaderBackground.png) repeat-x left center; }
.data-table th.sorted-desc,
.data-table th.sorted-asc { background-color: rgb(231,231,231); }

.data-table th.sorted-desc { background: transparent url(../img/table_header_background_active_desc.png) no-repeat right center; }
.data-table th.sorted-asc { background: transparent url(../img/table_header_background_active_asc.png) no-repeat right center; }

.data-table td { height: 39px; color: rgb(090,090,090); vertical-align: middle; border-bottom: 1px solid rgb(221,221,221); border-left: 1px solid rgb(221,221,221); border-top: 1px solid rgb(255,255,255); }
.data-table tr:nth-child(odd) { background-color: rgb(246,246,246); }
.data-table tr:nth-child(even) { background-color: rgb(255,255,255); }
.data-table.rules-table tr { background-color: rgb(255,255,255); }
.data-table.rules-table td.criteria-rule {padding-left:30px;}
.data-table td.checkbox { border-width: 1px 0; }
.data-table td.number { text-align: right; padding-right: 10px; width: 1px; }
.data-table td.left-column { border-left-width: 0; }
.data-table th.asset-header { background-color: rgb(165,165,165); color: rgb(255,255,255);}
.data-table td.subgroup-header { background-color: rgb(238,238,238); padding-left: 10px; font-weight: bold; height: 24px; line-height: 24px; font-size: 13px; }
.data-table td.criteria-rule-header { background-color: rgb(235,235,235); padding-left:30px;}
.data-table tr td:last-child { border-right-width: 0; }
.data-table tr:last-child td { border-bottom: none; }

.published { background-image: url(../img/indicator_small_on.gif); padding-left: 20px; }
.unpublished { background-image: url(../img/indicator_small_off.gif); padding-left: 20px; color: rgb(162,162,162); }

button, input.button, .ui-dialog .ui-button {
  font-family: Verdana, Arial, sans-serif;
  display: inline-block;
  border: 1px solid rgb(034,034,034);
  border-radius: 0;
  color: rgb(017,080,174);
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  margin: 0 !important;
  line-height: 18px;
  height: 31px;
  width: auto;
  overflow: visible;
  padding: 5px 20px !important;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-box-sizing: border-box;
  background: rgb(252,252,252) url(../img/buttonBackground.png) repeat-x left bottom;
}
a.button,
span.button {
  font-family: Verdana, Arial, sans-serif;
  display: inline-block;
  border: 1px solid rgb(034,034,034);
  border-radius: 0;
  color: rgb(017,080,174);
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 20px;
  background: rgb(252,252,252) url(../img/buttonBackground.png) repeat-x left bottom;
}
.ui-button-text-only .ui-button-text {
  padding: 0;
  color: #000;
}

.link-button.add {
  clear: left;
  padding-left: 20px !important;
  line-height: 20px;
  background: transparent url(../img/icons/add.png) no-repeat left 2px;
}

.button::-moz-focus-inner { border: 1; padding: 0; }
input.button.delete,
span.button.delete,
.button.cancel { 
  color: rgb(197,000,000);
  cursor: pointer;
}
.button[disabled],
span.button.disabled { color: rgb(150,150,150); border-color: rgb(150,150,150); opacity: 0.4; }
.disabled .button { cursor: default; }

#condition-sections, #llf-condition-view {
  margin-top: 20px;
}

#system-behavior p,
#rule-applicability p {
  line-height: 2em;
}

#rule-applicability, #rule-unless {
  padding-bottom: 10px;
}

#applicability-condition-sections, #unless-condition-sections {
  margin-left: 42px;
}

#system-behavior .custom-message-name-box.form-block {
  padding-top: 0px;
}

#out-of-policy-behavior, #out-of-policy-violation {
  margin: 0 0 5px 3em;
}

#out-of-policy-behavior label, #out-of-policy-violation label {
  display: block;
  line-height: 1.2;
}

.condition-sections .delete,
.condition-sections .additional-condition-separator,
#applicability-condition-sections .condition.first .delete,
#applicability-condition-sections .condition.first .additional-condition-separator,
#unless-condition-sections .condition.first .delete,
#unless-condition-sections .condition.first .additional-condition-separator {
  display: none;
}

.free-form .additional-condition-separator {
  display: block;
  float: left;
  line-height: 18px;
  font-size: 12px;
  margin: 0 10px 0 14px;
}

.free-form .delete {
  display: block;
  float: left;
  text-indent: -999em;
  width: 18px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  background: transparent url(../img/icons/delete.png) no-repeat left 1px;
  border: none;
  cursor: pointer;
}

#rule .free-form .delete.disabled {
  background-image: url(../img/icons/delete_off.png);
}

#rule .free-form .add {
  clear: left;
  padding-left: 20px !important;
  line-height: 20px;
  margin-top: 10px !important;
  background: transparent url(../img/icons/add.png) no-repeat left 2px;
}

#rule .free-form .add.disabled {
  background-image: url(../img/icons/add_off.png);
  text-decoration: none;
  color: #ccc;
}

.condition.disabled {
  color: #ccc;
}

#condition-sections ul {
  margin: 0;
}

.condition {
  overflow: hidden;
  clear: left;
  margin-bottom: 1em;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
}

#applicability-condition-sections .free-form .condition,
#unless-condition-sections .free-form .condition {
  position: relative;
  margin-left: -30px;
}

.condition span,
.condition span input,
.condition span select
{
  float: left;
  margin: 0 5px 2px 0 !important;
  vertical-align: top;
}

.ie7 .condition span input { height: 16px; }

.condition span textarea,
.condition span select.multiselect {
  float: left;
  display: block;
}

.condition span textarea {
  height: 150px;
  width: 300px;
}

.condition span select.multiselect {
  max-height: 150px;
  width: 250px;
}

.condition mark {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  line-height: 18px;
}

.condition.disabled mark {
  color: #777;
}

.clear-me{
   clear:both;
}

.cost-savings-options select, .cost-savings-options input {
   margin:2px;
}

#rule-processing-option {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
}

.link-button {
  font-family: Verdana, Arial, sans-serif;
  display: inline-block;
  border: none;
  color: rgb(017,080,174);
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
  vertical-align: middle;
  margin: 0 !important;
  line-height: 16px;
  width: auto;
  overflow: visible;
  padding: 0px !important;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-box-sizing: border-box;
  background: none;
}

.name-field-wrapper {
  background-color: rgb(238,238,238);
  padding: 20px;
  white-space: no-wrap;
  vertical-align: text-bottom;
}
.name-field-wrapper label {
  vertical-align: middle;
  display: inline-block;
/*  width: 110px;*/
/*  text-align: right;*/
  margin-right: 10px;
}

.name-field-wrapper .name-field {
  margin: 0;
  width: 430px;
  font-size: 18px;
  padding: 2px;
  height: 25px;
  border-color: rgb(127,157,185);
  border-style: solid;
  border-width: 1px 0 1px 1px;
  background-color: rgb(255,255,255);
  outline: none;
  vertical-align: middle;
}

.character-limit {
  display: inline-block;
  text-align: center;
  width: 30px;
  font-size: 18px;
  color: rgb(127,157,185);
  line-height: 29px;
  height: 29px;
  border-color: rgb(127,157,185);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  background-color: rgb(255,255,255);
  vertical-align: middle;
  margin-left: -.35em;
}
.character-limit.close { color: #e45b00; }
.character-limit.warn { color: #900; }

.name-field-wrapper input { 
  display: inline-block;
  vertical-align: middle;
}
.name-field-wrapper .button {
  display: inline-block;
  margin-left: 10px !important;
}

#policy-meta {
  position: relative;
  top: -14px;
  background-color: rgb(238,238,238);
  padding: 0 0 10px 135px;
  margin-bottom: 10px;
}
#policy-id-label {
  vertical-align: middle;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid rgb(153,153,153);
}

#set-as-default-policy {
  background: url(../img/notDefault.png) no-repeat left center;
  padding-left: 20px !important;
}

#default-policy-label {
  background-image: url(../img/default.png);
  padding-left: 20px;
}

.hidden {
  display: none !important;
}

.hidden-text {
  color: rgb(255,255,255);
}

.filters,
.filter-results h4 {
  text-transform: capitalize;
}

.ui-dialog {
  font-size: 12px;
}

.ui-dialog .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(221,221,221);
  height: 70px;
  width: 100%;
  line-height: 70px;
  text-align: center;
}

.ui-dialog .filters {
  width: 150px;
  float: left;
}

.ui-dialog .filter-results {
  float: right;
  width: 540px;
}

.ui-widget-header {
  height: 41px;
  line-height: 41px;
  padding: 0;
  background-color: transparent;
  background-image: url(../img/tableHeaderBackground.png);
}

.ui-widget-content {
  background: rgb(255,255,255);
}

.ui-dialog h4 {
  text-transform: capitalize;
}

.filters ul,
.filter-results ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.filter-results li {
  line-height: 40px;
  border-bottom: 1px solid rgb(221,221,221);
}

.filter-results li input[type="checkbox"]  {
  vertical-align: middle;
}

.check-all,
.uncheck-all {
  font-size: 12px;
  color: rgb(022,082,169);
  text-decoration: underline;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
}

#rule-configuration { overflow: hidden; background-color: rgb(238,238,238); padding: 0 20px 20px 30px; margin: 20px 0; }
#rule-configuration h3 {
  float: left;
  width: 100%;
  clear: both;
  background-color: rgb(221,221,221);
  border-bottom: 1px solid rgb(153,153,153);
  line-height: 30px;
  margin: 20px 0 10px -10px;
  padding-left: 10px;
}

#rule-conditions h1 {
  clear: both;
  background-color: rgb(221,221,221);
  border-bottom: 1px solid rgb(153,153,153);
  line-height: 30px;
  margin: 10px 0 10px 0;
  padding: 0 0 0 10px;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
}

#rule-conditions h2 {
  margin-bottom: 0;
  color: #000;
}

.ie6 #rule-configuration h3 {
  display: inline;
}
#rule-configuration h4 {
  font-size: 12px;
}
#rule-configuration ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#rule-configuration p {
  margin-bottom: 10px;
}
#rule-configuration .dependent_fields {
  margin-left: 1.5em;
}
#rule-configuration button,
#rule-configuration .button {
  font-size: 12px;
  padding: 1px 10px !important;
}
.rule-behavior {
  display: inline;
}
.rule-behavior label {
  display: block;
}

.car-sizes { width: 50%; float: left; overflow: hidden; }

.country-list-content {
   margin:10px 0 10px 0;
   padding:10px;
   background-color: rgb(238,238,238);
   overflow:hidden;
}

.country-list ul {
  list-style:none;
  margin:5px 15px 10px 25px;
}

.country-list-column {
   margin:0 15px 0 0;
   float:left;
}

div.country-list-header {
   margin-left:25px;
   border-bottom:1px solid rgb(090,090,090);
}

div.region-country-section-title {
   font-weight:bold;
   font-size:1.1em;
   float:left;
}

div.region-country-section-link {
   margin-right:5px;
   text-align:right;
}

div.region-page-anchors {
   font-size:.8em;
   margin:10px 0 20px 25px;
}

a.region-anchor, a.region-anchor:active, a.region-anchor:visited {
   font-weight:bold;
}

a.page-link, a.page-link:active, a.page-link:visited {
   font-weight:bold;
   font-size:.8em;
   text-decoration:none;
   margin-left:auto;
   margin-right:0px;
}

.applicability {
  clear: both;
}
.add_applicability {
  overflow: hidden;
  padding: 5px 10px 10px 10px;
  margin-top: 10px;
  background-color: rgb(246,246,246);
  border: 1px solid rgb(153,153,153);
}

.add_applicability fieldset { margin-bottom: 5px; }
fieldset select { vertical-align: top !important; width: 48%; margin-right: 1%; }
.ie6 .add_applicability fieldset select { display: inline; width: 40%; }

.direction_indicator { font-size: 20px; line-height: 16px; }
select.country_code { height: 100px; }

#rule-configuration li select,
#rule-configuration li input { vertical-align: middle; }

.temporaryForm { display: none; }

.errors, .messages { background-color: rgb(255,242,200); background-position: 10px 6px; border: 1px solid rgb(199,000,012); margin-bottom: 20px; padding: 10px 10px 10px 46px; }
.messages { background-image: url(../img/success.png); }
#main .errors h2 { font-size: 14px; margin-bottom: 10px; }

.button input { display: none; }
input.number { width: 5em; }

#location-fields { float: left; width: 323px; margin-right: 20px; }

.address-block {
  margin-bottom: 10px;
  padding: 20px 20px 24px 20px;
  background: rgb(221,221,221) url(../img/field-container-arrow-down.png) no-repeat left bottom;
}

#location-fields p { clear: left; margin-bottom: 3px; }
#location-fields input { display: block; width: 208px; }
#location-options .button,
  #location-fields .button { margin-top: 10px !important; line-height: 12px; padding: 5px 10px !important; }

#map {
  float: left;
  border: 1px solid rgb(153,153,153);
}

.buttons {
  clear: both;
  margin-top: 20px;
}

.required { color: rgb(199,000,012); }

#choose-location { background-color: rgb(238,238,238); margin: 20px; }
#choose-location h1 { font-size: 13px; font-weight: normal; margin-bottom: 20px; }

#location-options { height: 300px; overflow: auto; list-style: none; margin: 0; padding: 0; }
#location-options li  { clear: left; margin: 0 0 20px 0; padding: 0; overflow: hidden; }
#location-options li img { float: left; margin-right: 20px; width: 225px; height: 160px; display: block; overflow: hidden; border: 1px solid rgb(153,153,153); }
#location-options h1 { font-weight: bold; margin: 5px 0; font-size: 13px; }
#location-options h2 { font-size: 13px; clear: none; font-weight: normal; margin-bottom: 0; }
#location-options h2 span { display: inline-block; width: 6em; }

#location-state-wrapper input { width: 150px; }
#location-postal-code-wrapper input { width: 100px; }
p#location-state-wrapper,
  p#location-postal-code-wrapper { float: left; clear: none; width: 170px; }
p#location-postal-code-wrapper { width: 110px; }
#location-address-wrapper { width: 300px; }
#location-address-wrapper input { width: 260px; }

.body-container { padding: 20px; overflow: hidden; background-color: rgb(238,238,238); margin-top: 20px; }
.body-container h1 { clear: both; margin: 20px 0 10px 0; background-color: rgb(221,221,221); border-bottom: 1px solid rgb(153,153,153); line-height: 30px; padding: 0 0 0 10px; font-size: 15px; line-height: 30px; font-weight: normal; color: #000; }
.body-container h1:first-child { margin-top: 0; }
.body-container h2 { clear: both; font-size: 14px; color: rgb(0,0,0); margin: 10px 0 0 0; padding: 0; line-height: 30px; }
.body-container ul,
  .body-container ol { margin: 0; }
.body-container li { list-style: none; background-color: rgb(246,246,246); border: 1px solid rgb(221,221,221); border-bottom: none; padding: 5px; }
.body-container li:last-child { border-bottom: 1px solid rgb(221,221,221); }

.ui-sortable li { background-image: url(../img/icons/move.png); background-repeat: no-repeat; background-position: 10px center; padding-left: 35px; cursor: url(../img/cursors/grab.cur),pointer; }
.ui-sortable li:hover { background-color: rgb(252,252,252); }

.instructions { line-height: 1.5em; }

.notification-help{
    margin-left: 142px;
}

div.form-block {
    background-color: rgb(238,238, 238);
    padding: 10px 20px 0 20px;
}

div.form-block.form-block-last {
    padding-bottom: 10px;
}

.travelerTypeField {
  display: none;
}
