img { border: none; }
.clear { clear: both; }


.required { margin-right: 2px; }

/***  form fields  ***/
.FormField-Row {
  clear: both;
  margin: 5px 0;
}
.FormField-Label, .FieldType-check_box span.required, .FieldType-check_box .FormField-Checkbox {
  float: left;
}
.FormField-Label {
  width: 115px;
  text-align: right;
  margin-right: 3px;
  padding-top: 2px;
}
.FormField-CheckboxLabel {
  padding-top: 3px;
}
.FieldType-check_box span.required {
  margin-top: 0.7em;
  line-height: 0.8em;
}
.FieldType-check_box .FormField-Input {
  margin-right: 5px;
  margin-left: 5px;
}
.FieldType-radio_button .FormField-Input label {
  margin-left: 5px;
  margin-right: 10px;
}
.FieldType-hidden_field { display: none; }

.formInput { width: 170px; }
.formPhone { text-align: center; margin-right: 3px; }
.formPhone3 { width: 40px; }
.formPhone4 { width: 50px; }
.phoneDivider { margin-right: 3px; }
.formSelect { width: 174px; }
.FormField-Submit {
  width: 93px;
  margin: 0 auto;
}


/***  errors  ***/
#errorExplanation {
  margin: 0 20px 20px;
  text-align: center;
  border: 3px solid;
  font-weight: bold;
}
#errorExplanation p {
  margin: 0 !important;
  margin-bottom: 1em !important;
  padding: 2px 0 5px 0 !important;
}
#errorExplanation ul {
  list-style: none;
  margin: 1em 3px !important;
  padding: 0 !important;
}


/* remove browser defaults */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,legend,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
/* end of browser defaults */

a { text-decoration: none; }
a:hover { text-decoration: underline; }


body { font: 14px/16px Arial, Helvetica, sans-serif; margin: 0; }
body, a { color: #333; }

#FormContainer { font-size: 12px; }

/**********  FORM FIELDS  **********/
.FormField-Row { margin: 7px 0; }
.FormField-Label { width: 110px; font-weight: bold; }
.FormField-Row span.required { font-weight: normal; }
.FieldType-checkbox .FormField-Input { margin-bottom: 2px; }
.FormField-RadioQuestion { font-weight: bold; }

/**********  ERRORS  **********/
#errorExplanation { color: #c00; background-color: #fff; border-color: #2ebbde; }
#errorExplanation p { background-color: #1B8CAC; color: #fff; border-bottom: 1px dashed #2ebbde; }
.fieldWithErrors label, .fieldWithErrors .FormField-Label, .fieldWithErrors .FormField-RadioQuestion { color: #c00; }
.fieldWithErrors input, .fieldWithErrors select { background-color: #fdd; }


body {
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
}

h1 { font-size: 16px; line-height: 20px; color: #0d84ae; margin: 0.5em 0; }
h2 { font-size: 14px; line-height: 16px; color: #0d84ae; }
h3 { font-size: 14px; line-height: 16px; color: #333; }
h4 { margin-bottom: 0.2em; }
ul { margin: 1em 0; margin-left: 2em; }
p { margin: 0; margin-bottom: 1em; }


.required { margin-right: 2px; }


#HeaderContainer {
  height: 67px;
  background: #bdeaf5 url(/sites/mobility_product_info/light_blue/images/popup-head.jpg) no-repeat left;
  border-bottom: 12px solid #196880;
  text-indent: -9999px;
}
#HeaderContainer h1 { display: none; }

#ContentContainer {
  background-color: #fff;
  margin: 5px 10px;
}

#FooterContainer {
  height: 64px;
  background: #2db8e1 url(/sites/mobility_product_info/light_blue/images/popup-foot-bg.gif) repeat-x;
}


#AdvertiseContent { width: 320px; height: 415px; margin: 0 auto; margin-top: 15px; }
#AdvertiseForm { background-color: #e2f1d8; padding: 20px 0; }
#AdvertiseForm .FormField-Row { margin: 2px 0; }
#AdvertiseForm .FormField-Label { width: 125px; }
#AdvertiseForm textarea { width: 160px; height: 70px; }
#AdvertiseForm .FormField-Submit { margin-left: 130px; margin-top: 10px; }
#AdvertiseForm .FormField-Submit input { width: 83px; height: 40px; border: none; text-indent: -9999px; background-repeat: no-repeat; cursor: pointer; }
#AdvertiseForm .FormField-SubmitButton { background-image: url(/sites/mobility_product_info/light_blue/images/btn-submit.gif); }
#AdvertiseForm .FormField-SubmitButton-on { background-image: url(/sites/mobility_product_info/light_blue/images/btn-submit-on.gif); }
