
	#contact-form  fieldset {
		padding:20px;
	}
		#contact-form  h3 {
			margin:0 0 15px 0;
			padding:8px;
			font-size:14px;
			color:#fff;
			text-transform:uppercase;
		}
		#contact-form #center_column p {margin:0; padding:0 0 10px 0;}
		
		#contact-form p.text label,
		#contact-form p.select label,
		#contact-form p.select span,
		#contact-form p.textarea label {
			display:inline-block;
			padding:3px 15px;
			width:210px;/* 260 */
			font-size:12px;
			text-align:right;
            color: white;
            float: left;
		}
		#contact-form p.text input[type='text'],
		#contact-form p.select input {

			width:285px;/* 370 */

		}
		#contact-form p.select select {
            width: 300px;
		}
		#contact-form p.textarea textarea {
			height:80px;
			width:285px;
			border:1px solid #555;
			font-size: 12px;
			color:#fff
		}
		#contact-form p.submit input {margin:20px 0 0 360px;}
        #contact-form .error{margin-top: 25px;}