/*##############################################
#
#  FORM CONTENTS CSS STYLE 
#  Copyright QuoteZone 
#
##############################################*/
   /* FORM HELP BUTTONS */
   .frmHlpLnk{padding:0 0 0 5px;}
   .frmHlpLnk a 
   {
      color: #000000;
      font: normal 9px Tahoma, sans-serif;
      text-decoration: none;
      height: 18px;
      width: 18px;
      background-image: url(../images/question_18x18.gif);
      background-repeat: no-repeat;
      display: block;
      cursor:help;
   }

   .frmHlpLnk a:hover 
   {
      color: #006699;
      text-decoration: none;
      height: 18px;
      width: 18px;
      background-image: url(../images/question_roll_18x18.gif);
      background-repeat: no-repeat;
      display: block;
      cursor:help;
   }
   .frmTblExtCntserror .frmHlpLnk a{background-image: url(../images/question_18x18_error.gif);background-repeat: no-repeat;}
   .frmTblExtCntserror .frmHlpLnk a:hover{background-image: url(../images/question_roll_18x18.gif);background-repeat: no-repeat;}
   
   .frmTblExtCntserror
   {
      background: url(../images/row_bg.gif) no-repeat left bottom;
      width:699px;
      padding: 0 0 10px 0;
   }
   .col .frmTblExtCntserror{width:430px;}
   .frmTblExtCntserror td{color:#333333;}
   
   .frmTblExtCntserror .frmHlpLnk a{background-image: url(../images/question_18x18_error.gif);background-repeat: no-repeat;}
   .frmTblExtCntserror .frmHlpLnk a:hover{background-image: url(../images/question_roll_18x18.gif);background-repeat: no-repeat;}
   
   /* end FORM HELP BUTTONS */

   /* FORM HELP TABLE */
   .frmTblHlp 
   {
        background-color: #e6f2f8;
        border: 2px solid #9bc3d8;
        padding:5px;
   }
   
   .frmTblHlpHdr
   {
	  font: 10px Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  color: #333333;
	  border: none;
	  text-align: left;
   }

   .frmTblHlpCnts
   {
	  font: 10px Verdana, Arial, Helvetica, sans-serif;
	  color: #333333;
	  border: none;
	  text-align: left;
   }
   /* end FORM HELP TABLE */
