/* FORM */
#form_1 {
	font-size:14px;
	width:420px;
	padding-top:20px;
	}
.contactForm p {
	width:230px;
	margin:0;
	padding: 5px 0 8px 0;
	}

.contactForm label {

	font-weight:normal;
	width:180px;
	}

.contactForm input { 
	width:375px;
	height:18px;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
}

.contactForm textarea {
	width:385px;
	height:100px;
	overflow:auto;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	}
	
.contactForm .submit {
	margin:20px 0 0 285px;
	width: 100px;
	height: 40px;
	cursor: hand;
	}
.t10 {
	font-size:11px;
}

	
#outer {
	margin:10px 0;
	}

#outer td {
	vertical-align:middle;
	}
fieldset.fs {
  border:1px dotted #2ec40b;
  padding: 15px;
  background:#fff;
}

fieldset.fs legend {
  padding: 0px 5px;
  font-weight:bold;
  background:#fff;
}
select, input {
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:5px;
	}