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


/**
 * =================================================================
 * Layout
 * =================================================================
 * -----------------------------------------------------------------
 *
 * Styles for the #layoutWrapper, #contactUsFormTitle and #imageCell
 * sections.
 *
 **/

#layoutWrapper {
  position: relative;
  width: 978px;
}

#contactUsFormTitle {
  font-size: 18px;
  margin-bottom: 5px;
}

#contactUsFormTitle p {
  margin: 0;
}

#imageCell {
  margin-top: 5px;
  position: absolute;
  right: 10px;
  width: 255px;
}


/**
 * =================================================================
 * 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%; }

#contactUsFooter { 
	margin: 20px 2px;
    width: 712px;
}
