/*  _______________________________________

	06 CONTACT FORM
    _______________________________________  */



fieldset {
	margin:0;
	border:none;
}		

	
input, textarea, select {
	color:#928685;
	font:normal 12px/1.8em Arial, Helvetica, sans-serif; color:#6a6a6a;
    margin:0;
	width:300px;
	height:25px;
	float:left;
	background-color:#ffffff;
	border:1px solid #ccc;
	padding:3px 5px 3px 5px;
	/* CSS 3 Stylings */
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	}		

textarea {
	height:100px;
	width:450px;
	overflow:auto;
}					