
   .podTitleArea {
      position:relative;
	  width:100%; height:24px;
	  overflow:visible; 
   }
   
   .podTitleArea .closeButton {
      position:absolute; top:7px; right:14px; font-weight:bold; color:#FF9933; text-decoration:none;
   }
   
   .podTitleArea .closeButton:hover {
      color:#ffffff;
   }
   
   
   .podTitleAreaTopLeftCorner {
      position:absolute; left:0px; top:0px; height:100%; width:24px; 
	  background-repeat:no-repeat;
   }
   
   .yellowOrangeTopLeftCorner {
	  background-image:url(../images/TopLeftYellowOrange.gif); 
   }
   
   .PinkTopLeftCorner {
	  background-image:url(../images/TopLeftPink.gif); 
   }
   
   
   .podTitleContentArea {
      margin-left:24px; margin-right:0px; height:100%; 
	  background-repeat:no-repeat; background-position:top right;
   }
   
   .yellowOrangeTopAndRight {
      background-image:url(../images/TopAndRightYellowOrange.gif); 
   }
   
     .PinkTopAndRight {
      background-image:url(../images/TopAndRightPink.gif); 
   }
   .underTitleVerticalSpacer {
      width:100%; height:10px; font-size:10px;
   }
   
   .popTitleImage {
      position:absolute; top:4px; left:12px; 
	  background-repeat:no-repeat;
   }

   
   .podContentContainer {
      position:relative; top:0px; left:0px;
      padding:10px; padding-bottom:0px; padding-top:0px;
   }
   
   .yellowOrangeBackground {
      background-color:#FFCC33;
   }
   .yellowOrangeContentBackground {
      background-color:#FFFF99;
   }
   .PinkBackground {
      background-color:#FF4BE0;
   }
   .PinkContentBackground {
      background-color:#FF33E0;
   }
	
   .podContent {
      position:relative;
      width:100%; 
   }
   
   .podBottom {
      position:relative;
	  width:100%; 
	  height:24px;
	  overflow:visible; 
   }

   .podBottomLeftCorner {
      position:absolute; left:0px; top:0px; height:24px; width:24px; 
	  background-repeat:no-repeat;
	  background-position:0px 0px;
   }
   
   .yellowOrangeBottomLeft {
      background-image:url(../images/BottomLeftYellowOrange.gif); 
   }
    .PinkBottomLeft {
      background-image:url(../images/BottomLeftPink.gif); 
   }
   .podBottomAndRight {
      margin-left:24px; margin-right:0px; height:24px; 
	  background-repeat:no-repeat; background-position:top right;
   }

   .yellowOrangeBottomAndRight {
      background-image:url(../images/BottomAndRightYellowOrange.gif); 
   }
 .PinkBottomAndRight {
      background-image:url(../images/BottomAndRightPink.gif); 
   }
   h1.yellowOrange {
      color:#FF3300;
   }

   p.yellowOrangeTagLine {
      color:#FF6600;
   }
   
   .marketingBlurb {
      margin-bottom:10px;
   }
   
   .marketingBlurb h1 {
	  font-family:Tahoma, Helvetica, Arial, sans-serif;
	  font-size:24px;
	  margin-top:0px;
	  padding-top:0px;
	  text-transform:uppercase;
	  margin-bottom:0px;
	  padding-bottom:0px;
   }
   
   .marketingBlurb p {
	  font-size:18px;
	  margin-top:0px;
	  padding-top:6px;
   }
   
   p.formErrorMessage {
     color:#FFffff; background-color:#FF0000; 
	 padding-left:8px;
	 padding-top:8px;
   }
   
   
   
   .yellowOrangeFieldLabel {
      color:#FF6600;
   }
   
   
   .yellowOrangeInputField {
      color:#CC3300;
   }
   
   .smallParagraph {
      float:left; padding-top:0px; padding-left:4px; margin-top:0px; 
   }
   
   .yellowOrangeSmallParagraph {
       color:#FF6600; 
   }
   
   .yellowOrangeSmallParagraph a {
      color:#FF6600; 
   }
   
   a.yellowOrangeTagLineLink {
      color:#FF6600;
   }
   

