@charset "utf-8";
form {
	width:500px;
	margin:15px auto 10px 20px;
}
label {
	display:block;
}
textarea {
	width:500px;
	height:100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow-y: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textInput {
	width:500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
#website {
	display: none;
}
.button {
	font-family: "Gill Sans", "Helvetica Neue", Arial;
	color: #333;
	float: right;
	background-color: #FFF;
	margin-top: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

