@charset "utf-8";
/* CSS Document */
#fromwrapper {
	width: 300px;/*300px*/
	height: auto;
	background-color: #FFF;
	margin-left: 10px;
	}
form {
	width: 500px;/*300px*/
	height: auto;
	background-color: #FFF;
	margin-left: 200px;
	}
	
fieldset {
	background-color:#f1fbfb;
	border:none;
	padding-bottom:10px;
	width:300px;
	}
	
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px
	color:#000
	}
	
label {
	width: 205px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
input {
	width:250px;
	border:thin solid #6fc;
	margin-bottom:10px;		
	}
	
textarea {
	width: 350px;
	border: thin solid #6fc;
	margin-bottom: 10px;
	}
	
.btn {
	width:50px;
	height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	background-color:#6cf;
	margin-left:10px;
	float:left;	
	}/* CSS Document */
.TectiteForm #Contact_Form #heading1 {
	margin: auto;
}
