label{
	display:block;
	float:left;
	width:70px;
	}

input[type="text"]{
	border: 1px solid #777576;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	clear:left;
	width:215px;
	padding:2px 5px;
	background-color:#e4e2e3;
	}

input[type="text"]:focus{
	background-color:#fff;
	}

textarea{
	border: 1px solid #777576;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	width:285px;
	padding:2px 5px;
	background-color:#e4e2e3;
	}
textarea:focus{
	background-color:#fff;
	}		