
	#contact-form  fieldset {
		padding:0 0 15px 0;
		/*border:1px solid #484848;*/
		background:#f8f8f8
	}
		#contact-form  h3 {
			margin:0 0 15px 0;
			padding:8px;
		   /*border-bottom:1px solid #ccc;*/
			font-weight:bold;
			font-size:12px;
			color:#549FD9;
			

		}
		#contact-form #center_column p {margin:0; padding:0 0 10px 0;}
		
		#contact-form p.text label,
		#contact-form p.select3 label,
		
		#contact-form p.textarea label {
			display:inline-block;
			padding:6px 15px;
			width:150px;/* 180 */
			font-size:12px;
			text-align:right
		}
		#contact-form p.select3 span {
			display:inline-block;
			padding:2px 0 0 6px;
			width:120px;
			font-size:12px;
		}
		#contact-form p.text input,
		#contact-form p.select3 input {
			padding:0 5px;
			height:22px;
			width:260px;/* 270 */
			border:1px solid #ccc;
			font-size: 12px;
			color:#666
		}
		#contact-form p.select3 select {
			margin-right:10px;
			border:1px solid #ccc;
			font-size: 12px;
			color:#666
		}
		#contact-form p.textarea textarea {
			height:80px;
			width:270px;
			border:1px solid #ccc;
			font-size: 12px;
			color:#666
		}
		#contact-form p.submit input {
			margin-left:185px;
			color:#000000;
			background: url('../img/create_account_btn.png') no-repeat 0 3px;
			height:30px;
			padding-top:6px;
			padding-left:20px;
		}