#contact-form  fieldset {
		border: 0 solid #CCCCCC;
		padding: 0 0 15px;
	}
		#contact-form  h3 {
		background: url("../img/dot_grey_2.png") repeat scroll 0 0 transparent;
		color: #2DA9E3;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 14px 12px;
		text-transform: uppercase;
	}
		#contact-form #center_column p {margin:0; padding:0 0 10px 0;}
		#contact-form #center_column p.submit,#contact-form #center_column p.desc_contact {margin:0; padding:0 0 10px 185px !important;}
		
		#contact-form p.text label,
		#contact-form p.select label,
		/* #contact-form p.select span, */
		#contact-form p.textarea label {
			display:inline-block;
			padding:6px 15px;
			width:150px;/* 180 */
			font-size:12px;
			text-align:right
		}
		#contact-form p.text input,
		#contact-form p.select input {
			background-color: #F1F1F1;
			border: 1px solid #E8E8E8;
			color: #333333;
			font-size: 12px;
			height: 22px;
			padding: 0 5px;
			text-shadow: 0 1px 0 #FFFFFF;
			width: 360px;
		}
		#contact-form p.select select {
			margin-right:10px;
			border:1px solid #ccc;
			font-size: 12px;
			color:#666
		}
		#contact-form p.textarea textarea {
		  background-color: #F1F1F1;
		  border: 1px solid #E8E8E8;
		  color: #333333;
		  font-size: 12px;
		  height: 80px;
		  text-shadow: 0 1px 0 #FFFFFF;
		  width: 370px;
		}
		}
		#contact-form p.submit input {margin-left:185px;}