/* * B.of Contact Form CSS * */	
	#contactForm {}
		#contactForm table tr td { vertical-align: top; }
		#contactForm label { font-weight: bold; color: #17A2DD; }
		#contactForm label.error { width: 170px; font-weight: bold; color: #da241d; background:  #ffffff url('../_img/001_30.gif') no-repeat 4px 3px; border: 1px solid #da241d; padding: 8px 0 8px 34px; display: none;}
		#contactForm p.warning, #contactForm p.success { width: 391px; padding: 6px 6px 6px 30px; font-weight: bold;}
		#contactForm p.warning { background:  #ffffff url('../_img/001_30.gif') no-repeat 1px 1px; border: 1px solid #da241d; color: #da241d; }
		#contactForm p.success { background:  #ffffff url('../_img/001_06.gif') no-repeat 1px 1px; border: 1px solid #55AA00; color: #55AA00; }
		#contactForm .field, #contactForm .area { width: 200px; border: 1px solid #125773; padding: 2px; background: #093E54; color: #fff; }
		#contactForm .area { height: 140px; overflow: auto; }
		#contactForm .field:hover, #contactForm .field:focus, #contactForm .area:hover, #contactForm .area:focus { border: 1px solid #fff; }
		#contactForm .button { background: #093E54;padding: 2px 6px; border: 1px solid #125773; color: #17A2DD; font-weight: bold; }
		#contactForm .button:hover, #contactForm .button:focus { background: transparent; color: #fff; border-color: #fff; }
/* * E.of Contact Form CSS * */