/* CSS for text area, input boxes */
				
	@media all and (min-width: 661px) {
		.topstrip {
			background-image: url('../_MEDIA/newGoldHeadRepeatLg.png');
			max-height:65px;
			background-repeat: repeat-x;
			z-index: 1;
		}
		.topstripSmall{display: none;}
		.topSpacer {height: 5em;}
		.topTextMidsize {display: none;}
		.topTextNarrow {display: none;}
		.smallTitleText {display: none;}
		z-index: 1;
	}
	@media all and (max-width: 660px) {
		.topSpacer {height: 5em;}
		.topstrip {display: none;}
		.topstripSmall{
			background-image: url('../_MEDIA/newGoldHeadRepeatSm.png');
			max-height:45px;
			background-repeat: repeat-x;
			z-index: 1;
		}
		.topText {display: none;}
		.largeTitleText {display: none;}
	}
	@media all and (min-width: 541px) {
		.topTextNarrow {display: none;}
		.mainPicLinksNarrow {display: none;}
	}
	@media all and (max-width: 540px) {
		.topText {display: none;}
		.topTextMidsize {display: none;}
		.mainPicLinks {display: none;}
	}

	.inputBoxes{
   	padding-left:6px; 
      max-width:260px; 
      padding-right:6px;
      background-color: #393939;
      color: gold;
   }
   .textArea{
   	width:90%;
      max-width: 600px;
      height: 6em;
      padding-left:2%; 
      padding-right:2%;
      background-color: #494949;
      color: gold;
   }
   .submitButton{
   	max-width:200px;
      text-align:center;
      background-color: #292929;
      color: gold;
   }
               
   @media all and (min-width: 541px) {
	   .textArea{
		   height:6em;
         max-width: 540px;
	   }
		.captchaNarrow	{display: none;}
		.inputNarrow	{display: none;}
		.msgFormNarrow {display: none;}
	}
   @media all and (max-width: 540px) {
	   .textArea{
		   width:90%;
			height:10em;
			max-width: 500px;
		}
		.captchaWide {display: none;}
		.inputWide  {display: none;}
		.msgFormWide {display: none;}
	}
	@media all and (max-width: 400px) {
	   .textArea{
		   width:90%;
			height:12em;
			max-width: 360px;
		}
		.captchaWide {display: none;}
		.inputWide  {display: none;}
		.msgFormWide {display: none;}
	}
	@media all and (max-width: 360px) {
	   .textArea{
		   width:90%;
			height:12em;
			max-width: 340px;
		}
		.captchaWide {display: none;}
		.msgFormWide {display: none;}
	}
