form {
	width:460px;
	border:0px solid #ccc;
	margin: 14px 0 0 0;
	padding: 0;
}
fieldset {
	border:0;
	margin:10px 0px 10px 0px;
	position:relative;
	padding: 0;
}
label {
	display:block;
	font:normal 11px;
}
input {width:300px;
}
input.field {
	border: 1px #1A1A1A solid;
	background: #e6e6e6;
	margin-top: 4px;
	color: black;
	height: 16px;
}

input:focus.field {
	background: #FFF;
}
textarea {width:300px;
}
textarea.txt {
	border: 1px #1A1A1A solid;
	background: #e6e6e6;
	margin: 4px 0px 4px 0px;
	color: black;
}

textarea:focus.txt {
	background: #FFF;
}

.checkbox {
	margin:2px 0px 2px 0px;
	width:25px;
}
