/**
 * =================================================================
 * Layout CSS
 * =================================================================
 * -----------------------------------------------------------------
 * Use in conjunction with:
 * 
 *   - P4 //Java/Websites/br_wbst_0300/implementation/src/websitesEar/websitesWebApp/layouts/CorporateContactUsForm/CorporateContactUsForm_lexus/CorporateContactUsForm_lexus.jsp
 *
 * -----------------------------------------------------------------
 *
 * Written by Timothy Christensen
 * Version: 3-30-11
 *
 **/

/**
 * =================================================================
 * Layout
 * =================================================================
 * -----------------------------------------------------------------
 *
 * Styles for the #contentContainerWrapper and #contentCol1 sections.
 *
 **/

#contentContainerWrapper {
  background-repeat: no-repeat;
  background-position: 730px 0px;
  height: 100%;
}

#contentCol1 {
  float: left;
  width: 712px;
}

#contentCol1 .textCell {
  margin: 6px 10px;
}


/**
 * =================================================================
 * IPR Form
 * =================================================================
 * -----------------------------------------------------------------
 *
 * Styles for the #contactUs_style_IPR and #thankYouMessageOverlay
 * sections.
 *
 **/

#contactUsForm {
  border: 2px solid #DDD;
  position: relative;
  top: 5px;
  width: 712px;
}

#thankYouMessageOverlay { top: 10%; }
